Html Css Color HEX #ACF4E0 Water Leaf

📋 copy color: '#ACF4E0'

red 172 ◦ green 244 ◦ blue 224

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

Shades of Water Leaf #ACF4E0

Tints of Water Leaf #ACF4E0

RGB

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

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

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

R = 26.88%
G = 38.13%
B = 35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#ACF4E0 (or 0xACF4E0) is known color: Water Leaf. HEX triplet: AC, F4 and E0. RGB value is (172,244,224). Sum of RGB (Red+Green+Blue) = 172+244+224=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4E0 is #530B1F. Grayscale: #DCDCDC. Windows color (decimal): -5442336 or 14742700. OLE color: 14742700.

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

Color convert

RGB 172 244 224 -
CMYK 0.30 0 0.08 0.04
HSL 163.33º 0.77% 0.82% -
HSV(B) 163.33º 0.3% 0.96% -
XYZ 62.82 78.85 82.43 -
YUV 220.19 130.15 93.63 -
System Red Green Blue C M Y K H S L
Decimal 172 244 224 0.30 0 0.08 0.04 163.33 0.77 0.82
Hex AC F4 E0 1E 0 8 4 A3 4D 52
Octal 254 364 340 36 0 10 4 243 115 122
Binary 10101100 11110100 11100000 11110 0 1000 100 10100011 1001101 1010010

Color Harmonies of #ACF4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4E0

Black with #ACF4E0

Text Example


Text Example

White with #ACF4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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