Html Css Color HEX #ADF6E4 Water Leaf

📋 copy color: '#ADF6E4'

red 173 ◦ green 246 ◦ blue 228

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

Shades of Water Leaf #ADF6E4

Tints of Water Leaf #ADF6E4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.02%

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

R = 26.74%
G = 38.02%
B = 35.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#ADF6E4 (or 0xADF6E4) is known color: Water Leaf. HEX triplet: AD, F6 and E4. RGB value is (173,246,228). Sum of RGB (Red+Green+Blue) = 173+246+228=647 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.74% from 647); Green value is 246 (96.48% from 255 or 38.02% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6E4 is #52091B. Grayscale: #DEDEDE. Windows color (decimal): -5376284 or 15005357. OLE color: 15005357.

HSL color Cylindrical-coordinate representation of color #ADF6E4: hue angle of 165.21º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6E4 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 228 -
CMYK 0.30 0 0.07 0.04
HSL 165.21º 0.8% 0.82% -
HSV(B) 165.21º 0.3% 0.96% -
XYZ 64.19 80.4 85.53 -
YUV 222.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 173 246 228 0.30 0 0.07 0.04 165.21 0.8 0.82
Hex AD F6 E4 1E 0 7 4 A5 50 52
Octal 255 366 344 36 0 7 4 245 120 122
Binary 10101101 11110110 11100100 11110 0 111 100 10100101 1010000 1010010

Color Harmonies of #ADF6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF6E4

Black with #ADF6E4

Text Example


Text Example

White with #ADF6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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