Html Css Color HEX #ADF1E6 Water Leaf

📋 copy color: '#ADF1E6'

red 173 ◦ green 241 ◦ blue 230

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

Shades of Water Leaf #ADF1E6

Tints of Water Leaf #ADF1E6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.42%

 BLUE value IS 230 (90.23% from 255) = 35.71%

R = 26.86%
G = 37.42%
B = 35.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#ADF1E6 (or 0xADF1E6) is known color: Water Leaf. HEX triplet: AD, F1 and E6. RGB value is (173,241,230). Sum of RGB (Red+Green+Blue) = 173+241+230=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF1E6 is #520E19. Grayscale: #DBDBDB. Windows color (decimal): -5377562 or 15135149. OLE color: 15135149.

HSL color Cylindrical-coordinate representation of color #ADF1E6: hue angle of 170.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1E6 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 230 -
CMYK 0.28 0 0.05 0.05
HSL 170.29º 0.71% 0.81% -
HSV(B) 170.29º 0.28% 0.95% -
XYZ 62.97 77.51 86.5 -
YUV 219.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 173 241 230 0.28 0 0.05 0.05 170.29 0.71 0.81
Hex AD F1 E6 1C 0 5 5 AA 47 51
Octal 255 361 346 34 0 5 5 252 107 121
Binary 10101101 11110001 11100110 11100 0 101 101 10101010 1000111 1010001

Color Harmonies of #ADF1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1E6

Black with #ADF1E6

Text Example


Text Example

White with #ADF1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1E6; }

 p { color: rgb(173,241,230); }

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

background-color css

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

 a { background-color: rgb(173,241,230); }

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

border-color css

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

 span { border-color: rgb(173,241,230); }

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