Html Css Color HEX #ADF0E4 Water Leaf

📋 copy color: '#ADF0E4'

red 173 ◦ green 240 ◦ blue 228

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

Shades of Water Leaf #ADF0E4

Tints of Water Leaf #ADF0E4

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.44%

 BLUE value IS 228 (89.45% from 255) = 35.57%

R = 26.99%
G = 37.44%
B = 35.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#ADF0E4 (or 0xADF0E4) is known color: Water Leaf. HEX triplet: AD, F0 and E4. RGB value is (173,240,228). Sum of RGB (Red+Green+Blue) = 173+240+228=641 (84% of max value = 765). Red value is 173 (67.97% from 255 or 26.99% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0E4 is #520F1B. Grayscale: #DADADA. Windows color (decimal): -5377820 or 15003821. OLE color: 15003821.

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

Color convert

RGB 173 240 228 -
CMYK 0.28 0 0.05 0.06
HSL 169.25º 0.69% 0.81% -
HSV(B) 169.25º 0.28% 0.94% -
XYZ 62.4 76.81 84.94 -
YUV 218.6 133.3 95.48 -
System Red Green Blue C M Y K H S L
Decimal 173 240 228 0.28 0 0.05 0.06 169.25 0.69 0.81
Hex AD F0 E4 1C 0 5 6 A9 45 51
Octal 255 360 344 34 0 5 6 251 105 121
Binary 10101101 11110000 11100100 11100 0 101 110 10101001 1000101 1010001

Color Harmonies of #ADF0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0E4

Black with #ADF0E4

Text Example


Text Example

White with #ADF0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0E4; }

 p { color: rgb(173,240,228); }

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

background-color css

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

 a { background-color: rgb(173,240,228); }

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

border-color css

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

 span { border-color: rgb(173,240,228); }

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