Html Css Color HEX #ACF5DD Water Leaf

📋 copy color: '#ACF5DD'

red 172 ◦ green 245 ◦ blue 221

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

Shades of Water Leaf #ACF5DD

Tints of Water Leaf #ACF5DD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.4%

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

R = 26.96%
G = 38.4%
B = 34.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#ACF5DD (or 0xACF5DD) is known color: Water Leaf. HEX triplet: AC, F5 and DD. RGB value is (172,245,221). Sum of RGB (Red+Green+Blue) = 172+245+221=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5DD is #530A22. Grayscale: #DCDCDC. Windows color (decimal): -5442083 or 14546348. OLE color: 14546348.

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

Color convert

RGB 172 245 221 -
CMYK 0.30 0 0.10 0.04
HSL 160.27º 0.78% 0.82% -
HSV(B) 160.27º 0.3% 0.96% -
XYZ 62.72 79.3 80.41 -
YUV 220.44 128.32 93.45 -
System Red Green Blue C M Y K H S L
Decimal 172 245 221 0.30 0 0.10 0.04 160.27 0.78 0.82
Hex AC F5 DD 1E 0 A 4 A0 4E 52
Octal 254 365 335 36 0 12 4 240 116 122
Binary 10101100 11110101 11011101 11110 0 1010 100 10100000 1001110 1010010

Color Harmonies of #ACF5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5DD

Black with #ACF5DD

Text Example


Text Example

White with #ACF5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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