Html Css Color HEX #ACF4DE Water Leaf

📋 copy color: '#ACF4DE'

red 172 ◦ green 244 ◦ blue 222

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

Shades of Water Leaf #ACF4DE

Tints of Water Leaf #ACF4DE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.24%

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

R = 26.96%
G = 38.24%
B = 34.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#ACF4DE (or 0xACF4DE) is known color: Water Leaf. HEX triplet: AC, F4 and DE. RGB value is (172,244,222). Sum of RGB (Red+Green+Blue) = 172+244+222=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4DE is #530B21. Grayscale: #DBDBDB. Windows color (decimal): -5442338 or 14611628. OLE color: 14611628.

HSL color Cylindrical-coordinate representation of color #ACF4DE: hue angle of 161.67º degrees, saturation: 0.77, 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 #ACF4DE is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 222 -
CMYK 0.30 0 0.09 0.04
HSL 161.67º 0.77% 0.82% -
HSV(B) 161.67º 0.3% 0.96% -
XYZ 62.55 78.75 81.01 -
YUV 219.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 172 244 222 0.30 0 0.09 0.04 161.67 0.77 0.82
Hex AC F4 DE 1E 0 9 4 A2 4D 52
Octal 254 364 336 36 0 11 4 242 115 122
Binary 10101100 11110100 11011110 11110 0 1001 100 10100010 1001101 1010010

Color Harmonies of #ACF4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4DE

Black with #ACF4DE

Text Example


Text Example

White with #ACF4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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