Html Css Color HEX #ACF7E5 Water Leaf

📋 copy color: '#ACF7E5'

red 172 ◦ green 247 ◦ blue 229

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

Shades of Water Leaf #ACF7E5

Tints of Water Leaf #ACF7E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.34%

R = 26.54%
G = 38.12%
B = 35.34%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.03

RGB Variations

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

Color information

#ACF7E5 (or 0xACF7E5) is known color: Water Leaf. HEX triplet: AC, F7 and E5. RGB value is (172,247,229). Sum of RGB (Red+Green+Blue) = 172+247+229=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7E5 is #53081A. Grayscale: #DEDEDE. Windows color (decimal): -5441563 or 15071148. OLE color: 15071148.

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

Color convert

RGB 172 247 229 -
CMYK 0.30 0 0.07 0.03
HSL 165.6º 0.82% 0.82% -
HSV(B) 165.6º 0.3% 0.97% -
XYZ 64.42 80.95 86.36 -
YUV 222.52 131.65 91.96 -
System Red Green Blue C M Y K H S L
Decimal 172 247 229 0.30 0 0.07 0.03 165.6 0.82 0.82
Hex AC F7 E5 1E 0 7 3 A6 52 52
Octal 254 367 345 36 0 7 3 246 122 122
Binary 10101100 11110111 11100101 11110 0 111 11 10100110 1010010 1010010

Color Harmonies of #ACF7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7E5

Black with #ACF7E5

Text Example


Text Example

White with #ACF7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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