Html Css Color HEX #ADFFDB Magic Mint

📋 copy color: '#ADFFDB'

red 173 ◦ green 255 ◦ blue 219

#ADFFDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #ADFFDB

Tints of Magic Mint #ADFFDB

RGB

 RED value IS 173 (67.97% from 255) = 26.74%

 GREEN value IS 255 (100% from 255) = 39.41%

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 26.74%
G = 39.41%
B = 33.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADFFDB (or 0xADFFDB) is known color: Magic Mint. HEX triplet: AD, FF and DB. RGB value is (173,255,219). Sum of RGB (Red+Green+Blue) = 173+255+219=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFDB is #520024. Grayscale: #E2E2E2. Windows color (decimal): -5373989 or 14417837. OLE color: 14417837.

HSL color Cylindrical-coordinate representation of color #ADFFDB: hue angle of 153.66º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFDB is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 219 -
CMYK 0.32 0 0.14 0
HSL 153.66º 1% 0.84% -
HSV(B) 153.66º 0.32% 1% -
XYZ 65.78 85.52 80.06 -
YUV 226.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 173 255 219 0.32 0 0.14 0 153.66 1 0.84
Hex AD FF DB 20 0 E 0 9A 64 54
Octal 255 377 333 40 0 16 0 232 144 124
Binary 10101101 11111111 11011011 100000 0 1110 0 10011010 1100100 1010100

Color Harmonies of #ADFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFFDB

Black with #ADFFDB

Text Example


Text Example

White with #ADFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFFDB; }

 p { color: rgb(173,255,219); }

 H1.HeaderClassName
 {
   color: #ADFFDB;
 }
 .AnyTagClassName
 {
   color: #ADFFDB;
 }
</style>

background-color css

<style>
 a { background-color: #ADFFDB; }

 a { background-color: rgb(173,255,219); }

 div.DivClassName
 {
   background-color: #ADFFDB;
 }
 .BgClassName
 {
   background-color: #ADFFDB;
 }
</style>

border-color css

<style>
 span { border-color: #ADFFDB; }

 span { border-color: rgb(173,255,219); }

 td.TdClassName
 {
   border-color: #ADFFDB;
 }
 .TagClassName
 {
   border-color: #ADFFDB;
 }
</style>