Html Css Color HEX #ACF8E0 Water Leaf

📋 copy color: '#ACF8E0'

red 172 ◦ green 248 ◦ blue 224

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

Shades of Water Leaf #ACF8E0

Tints of Water Leaf #ACF8E0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.51%

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

R = 26.71%
G = 38.51%
B = 34.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#ACF8E0 (or 0xACF8E0) is known color: Water Leaf. HEX triplet: AC, F8 and E0. RGB value is (172,248,224). Sum of RGB (Red+Green+Blue) = 172+248+224=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8E0 is #53071F. Grayscale: #DEDEDE. Windows color (decimal): -5441312 or 14743724. OLE color: 14743724.

HSL color Cylindrical-coordinate representation of color #ACF8E0: hue angle of 161.05º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8E0 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 224 -
CMYK 0.31 0 0.10 0.03
HSL 161.05º 0.84% 0.82% -
HSV(B) 161.05º 0.31% 0.97% -
XYZ 64.04 81.29 82.84 -
YUV 222.54 128.82 91.95 -
System Red Green Blue C M Y K H S L
Decimal 172 248 224 0.31 0 0.10 0.03 161.05 0.84 0.82
Hex AC F8 E0 1F 0 A 3 A1 54 52
Octal 254 370 340 37 0 12 3 241 124 122
Binary 10101100 11111000 11100000 11111 0 1010 11 10100001 1010100 1010010

Color Harmonies of #ACF8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8E0

Black with #ACF8E0

Text Example


Text Example

White with #ACF8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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