Html Css Color HEX #ACF0DE Water Leaf

📋 copy color: '#ACF0DE'

red 172 ◦ green 240 ◦ blue 222

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

Shades of Water Leaf #ACF0DE

Tints of Water Leaf #ACF0DE

RGB

 RED value IS 172 (67.58% from 255) = 27.13%

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

 BLUE value IS 222 (87.11% from 255) = 35.02%

R = 27.13%
G = 37.85%
B = 35.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#ACF0DE (or 0xACF0DE) is known color: Water Leaf. HEX triplet: AC, F0 and DE. RGB value is (172,240,222). Sum of RGB (Red+Green+Blue) = 172+240+222=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DE is #530F21. Grayscale: #D9D9D9. Windows color (decimal): -5443362 or 14610604. OLE color: 14610604.

HSL color Cylindrical-coordinate representation of color #ACF0DE: hue angle of 164.12º 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 #ACF0DE is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 222 -
CMYK 0.28 0 0.08 0.06
HSL 164.12º 0.69% 0.81% -
HSV(B) 164.12º 0.28% 0.94% -
XYZ 61.36 76.36 80.61 -
YUV 217.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 172 240 222 0.28 0 0.08 0.06 164.12 0.69 0.81
Hex AC F0 DE 1C 0 8 6 A4 45 51
Octal 254 360 336 34 0 10 6 244 105 121
Binary 10101100 11110000 11011110 11100 0 1000 110 10100100 1000101 1010001

Color Harmonies of #ACF0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0DE

Black with #ACF0DE

Text Example


Text Example

White with #ACF0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0DE; }

 p { color: rgb(172,240,222); }

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

background-color css

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

 a { background-color: rgb(172,240,222); }

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

border-color css

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

 span { border-color: rgb(172,240,222); }

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