Html Css Color HEX #ACF0DD Water Leaf

📋 copy color: '#ACF0DD'

red 172 ◦ green 240 ◦ blue 221

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

Shades of Water Leaf #ACF0DD

Tints of Water Leaf #ACF0DD

RGB

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

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

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

R = 27.17%
G = 37.91%
B = 34.91%

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

#ACF0DD (or 0xACF0DD) is known color: Water Leaf. HEX triplet: AC, F0 and DD. RGB value is (172,240,221). Sum of RGB (Red+Green+Blue) = 172+240+221=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DD is #530F22. Grayscale: #D9D9D9. Windows color (decimal): -5443363 or 14545068. OLE color: 14545068.

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

Color convert

RGB 172 240 221 -
CMYK 0.28 0 0.08 0.06
HSL 163.24º 0.69% 0.81% -
HSV(B) 163.24º 0.28% 0.94% -
XYZ 61.22 76.31 79.91 -
YUV 217.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 172 240 221 0.28 0 0.08 0.06 163.24 0.69 0.81
Hex AC F0 DD 1C 0 8 6 A3 45 51
Octal 254 360 335 34 0 10 6 243 105 121
Binary 10101100 11110000 11011101 11100 0 1000 110 10100011 1000101 1010001

Color Harmonies of #ACF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0DD

Black with #ACF0DD

Text Example


Text Example

White with #ACF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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