Html Css Color HEX #ACF4E4 Water Leaf

📋 copy color: '#ACF4E4'

red 172 ◦ green 244 ◦ blue 228

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

Shades of Water Leaf #ACF4E4

Tints of Water Leaf #ACF4E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.4%

R = 26.71%
G = 37.89%
B = 35.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#ACF4E4 (or 0xACF4E4) is known color: Water Leaf. HEX triplet: AC, F4 and E4. RGB value is (172,244,228). Sum of RGB (Red+Green+Blue) = 172+244+228=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4E4 is #530B1B. Grayscale: #DCDCDC. Windows color (decimal): -5442332 or 15004844. OLE color: 15004844.

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

Color convert

RGB 172 244 228 -
CMYK 0.30 0 0.07 0.04
HSL 166.67º 0.77% 0.82% -
HSV(B) 166.67º 0.3% 0.96% -
XYZ 63.37 79.07 85.32 -
YUV 220.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 172 244 228 0.30 0 0.07 0.04 166.67 0.77 0.82
Hex AC F4 E4 1E 0 7 4 A7 4D 52
Octal 254 364 344 36 0 7 4 247 115 122
Binary 10101100 11110100 11100100 11110 0 111 100 10100111 1001101 1010010

Color Harmonies of #ACF4E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4E4

Black with #ACF4E4

Text Example


Text Example

White with #ACF4E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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