Html Css Color HEX #ACF7E2 Water Leaf

📋 copy color: '#ACF7E2'

red 172 ◦ green 247 ◦ blue 226

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

Shades of Water Leaf #ACF7E2

Tints of Water Leaf #ACF7E2

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.29%

 BLUE value IS 226 (88.67% from 255) = 35.04%

R = 26.67%
G = 38.29%
B = 35.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#ACF7E2 (or 0xACF7E2) is known color: Water Leaf. HEX triplet: AC, F7 and E2. RGB value is (172,247,226). Sum of RGB (Red+Green+Blue) = 172+247+226=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 226 (88.67% from 255 or 35.04% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7E2 is #53081D. Grayscale: #DEDEDE. Windows color (decimal): -5441566 or 14874540. OLE color: 14874540.

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

Color convert

RGB 172 247 226 -
CMYK 0.30 0 0.09 0.03
HSL 163.2º 0.82% 0.82% -
HSV(B) 163.2º 0.3% 0.97% -
XYZ 64 80.78 84.17 -
YUV 222.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 172 247 226 0.30 0 0.09 0.03 163.2 0.82 0.82
Hex AC F7 E2 1E 0 9 3 A3 52 52
Octal 254 367 342 36 0 11 3 243 122 122
Binary 10101100 11110111 11100010 11110 0 1001 11 10100011 1010010 1010010

Color Harmonies of #ACF7E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7E2

Black with #ACF7E2

Text Example


Text Example

White with #ACF7E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7E2; }

 p { color: rgb(172,247,226); }

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

background-color css

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

 a { background-color: rgb(172,247,226); }

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

border-color css

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

 span { border-color: rgb(172,247,226); }

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