Html Css Color HEX #ACF6E3 Water Leaf

📋 copy color: '#ACF6E3'

red 172 ◦ green 246 ◦ blue 227

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

Shades of Water Leaf #ACF6E3

Tints of Water Leaf #ACF6E3

RGB

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

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

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

R = 26.67%
G = 38.14%
B = 35.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#ACF6E3 (or 0xACF6E3) is known color: Water Leaf. HEX triplet: AC, F6 and E3. RGB value is (172,246,227). Sum of RGB (Red+Green+Blue) = 172+246+227=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 246 (96.48% from 255 or 38.14% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6E3 is #53091C. Grayscale: #DDDDDD. Windows color (decimal): -5441821 or 14939820. OLE color: 14939820.

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

Color convert

RGB 172 246 227 -
CMYK 0.30 0 0.08 0.04
HSL 164.59º 0.8% 0.82% -
HSV(B) 164.59º 0.3% 0.96% -
XYZ 63.83 80.23 84.79 -
YUV 221.71 130.98 92.54 -
System Red Green Blue C M Y K H S L
Decimal 172 246 227 0.30 0 0.08 0.04 164.59 0.8 0.82
Hex AC F6 E3 1E 0 8 4 A5 50 52
Octal 254 366 343 36 0 10 4 245 120 122
Binary 10101100 11110110 11100011 11110 0 1000 100 10100101 1010000 1010010

Color Harmonies of #ACF6E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6E3

Black with #ACF6E3

Text Example


Text Example

White with #ACF6E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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