Html Css Color HEX #ADFEEC Water Leaf

📋 copy color: '#ADFEEC'

red 173 ◦ green 254 ◦ blue 236

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

Shades of Water Leaf #ADFEEC

Tints of Water Leaf #ADFEEC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.31%

 BLUE value IS 236 (92.58% from 255) = 35.6%

R = 26.09%
G = 38.31%
B = 35.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#ADFEEC (or 0xADFEEC) is known color: Water Leaf. HEX triplet: AD, FE and EC. RGB value is (173,254,236). Sum of RGB (Red+Green+Blue) = 173+254+236=663 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.09% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFEEC is #520113. Grayscale: #E3E3E3. Windows color (decimal): -5374228 or 15531693. OLE color: 15531693.

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

Color convert

RGB 173 254 236 -
CMYK 0.32 0 0.07 0.00
HSL 166.67º 0.98% 0.84% -
HSV(B) 166.67º 0.32% 1% -
XYZ 67.82 85.82 92.35 -
YUV 227.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 173 254 236 0.32 0 0.07 0.00 166.67 0.98 0.84
Hex AD FE EC 20 0 7 0 A7 62 54
Octal 255 376 354 40 0 7 0 247 142 124
Binary 10101101 11111110 11101100 100000 0 111 0 10100111 1100010 1010100

Color Harmonies of #ADFEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFEEC

Black with #ADFEEC

Text Example


Text Example

White with #ADFEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFEEC; }

 p { color: rgb(173,254,236); }

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

background-color css

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

 a { background-color: rgb(173,254,236); }

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

border-color css

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

 span { border-color: rgb(173,254,236); }

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