Html Css Color HEX #ACF6E4 Water Leaf

📋 copy color: '#ACF6E4'

red 172 ◦ green 246 ◦ blue 228

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

Shades of Water Leaf #ACF6E4

Tints of Water Leaf #ACF6E4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.08%

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

R = 26.63%
G = 38.08%
B = 35.29%

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

#ACF6E4 (or 0xACF6E4) is known color: Water Leaf. HEX triplet: AC, F6 and E4. RGB value is (172,246,228). Sum of RGB (Red+Green+Blue) = 172+246+228=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6E4 is #53091B. Grayscale: #DDDDDD. Windows color (decimal): -5441820 or 15005356. OLE color: 15005356.

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

Color convert

RGB 172 246 228 -
CMYK 0.30 0 0.07 0.04
HSL 165.41º 0.8% 0.82% -
HSV(B) 165.41º 0.3% 0.96% -
XYZ 63.97 80.28 85.52 -
YUV 221.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 172 246 228 0.30 0 0.07 0.04 165.41 0.8 0.82
Hex AC F6 E4 1E 0 7 4 A5 50 52
Octal 254 366 344 36 0 7 4 245 120 122
Binary 10101100 11110110 11100100 11110 0 111 100 10100101 1010000 1010010

Color Harmonies of #ACF6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6E4

Black with #ACF6E4

Text Example


Text Example

White with #ACF6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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