Html Css Color HEX #ACF0E0 Water Leaf

📋 copy color: '#ACF0E0'

red 172 ◦ green 240 ◦ blue 224

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

Shades of Water Leaf #ACF0E0

Tints of Water Leaf #ACF0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.22%

R = 27.04%
G = 37.74%
B = 35.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#ACF0E0 (or 0xACF0E0) is known color: Water Leaf. HEX triplet: AC, F0 and E0. RGB value is (172,240,224). Sum of RGB (Red+Green+Blue) = 172+240+224=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 224 (87.89% from 255 or 35.22% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0E0 is #530F1F. Grayscale: #D9D9D9. Windows color (decimal): -5443360 or 14741676. OLE color: 14741676.

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

Color convert

RGB 172 240 224 -
CMYK 0.28 0 0.07 0.06
HSL 165.88º 0.69% 0.81% -
HSV(B) 165.88º 0.28% 0.94% -
XYZ 61.63 76.47 82.03 -
YUV 217.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 172 240 224 0.28 0 0.07 0.06 165.88 0.69 0.81
Hex AC F0 E0 1C 0 7 6 A6 45 51
Octal 254 360 340 34 0 7 6 246 105 121
Binary 10101100 11110000 11100000 11100 0 111 110 10100110 1000101 1010001

Color Harmonies of #ACF0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0E0

Black with #ACF0E0

Text Example


Text Example

White with #ACF0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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