Html Css Color HEX #ACF7E3 Water Leaf

📋 copy color: '#ACF7E3'

red 172 ◦ green 247 ◦ blue 227

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

Shades of Water Leaf #ACF7E3

Tints of Water Leaf #ACF7E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 35.14%

R = 26.63%
G = 38.24%
B = 35.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#ACF7E3 (or 0xACF7E3) is known color: Water Leaf. HEX triplet: AC, F7 and E3. RGB value is (172,247,227). Sum of RGB (Red+Green+Blue) = 172+247+227=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7E3 is #53081C. Grayscale: #DEDEDE. Windows color (decimal): -5441565 or 14940076. OLE color: 14940076.

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

Color convert

RGB 172 247 227 -
CMYK 0.30 0 0.08 0.03
HSL 164º 0.82% 0.82% -
HSV(B) 164º 0.3% 0.97% -
XYZ 64.14 80.84 84.9 -
YUV 222.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 172 247 227 0.30 0 0.08 0.03 164 0.82 0.82
Hex AC F7 E3 1E 0 8 3 A4 52 52
Octal 254 367 343 36 0 10 3 244 122 122
Binary 10101100 11110111 11100011 11110 0 1000 11 10100100 1010010 1010010

Color Harmonies of #ACF7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7E3

Black with #ACF7E3

Text Example


Text Example

White with #ACF7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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