Html Css Color HEX #ACF4DD Water Leaf

📋 copy color: '#ACF4DD'

red 172 ◦ green 244 ◦ blue 221

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

Shades of Water Leaf #ACF4DD

Tints of Water Leaf #ACF4DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 27%
G = 38.3%
B = 34.69%

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

#ACF4DD (or 0xACF4DD) is known color: Water Leaf. HEX triplet: AC, F4 and DD. RGB value is (172,244,221). Sum of RGB (Red+Green+Blue) = 172+244+221=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4DD is #530B22. Grayscale: #DBDBDB. Windows color (decimal): -5442339 or 14546092. OLE color: 14546092.

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

Color convert

RGB 172 244 221 -
CMYK 0.30 0 0.09 0.04
HSL 160.83º 0.77% 0.82% -
HSV(B) 160.83º 0.3% 0.96% -
XYZ 62.42 78.69 80.31 -
YUV 219.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 172 244 221 0.30 0 0.09 0.04 160.83 0.77 0.82
Hex AC F4 DD 1E 0 9 4 A1 4D 52
Octal 254 364 335 36 0 11 4 241 115 122
Binary 10101100 11110100 11011101 11110 0 1001 100 10100001 1001101 1010010

Color Harmonies of #ACF4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4DD

Black with #ACF4DD

Text Example


Text Example

White with #ACF4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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