Html Css Color HEX #ACF9E3 Water Leaf

📋 copy color: '#ACF9E3'

red 172 ◦ green 249 ◦ blue 227

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

Shades of Water Leaf #ACF9E3

Tints of Water Leaf #ACF9E3

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.43%

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

R = 26.54%
G = 38.43%
B = 35.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#ACF9E3 (or 0xACF9E3) is known color: Water Leaf. HEX triplet: AC, F9 and E3. RGB value is (172,249,227). Sum of RGB (Red+Green+Blue) = 172+249+227=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 249 (97.66% from 255 or 38.43% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9E3 is #53061C. Grayscale: #DFDFDF. Windows color (decimal): -5441053 or 14940588. OLE color: 14940588.

HSL color Cylindrical-coordinate representation of color #ACF9E3: hue angle of 162.86º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9E3 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 227 -
CMYK 0.31 0 0.09 0.02
HSL 162.86º 0.87% 0.83% -
HSV(B) 162.86º 0.31% 0.98% -
XYZ 64.75 82.07 85.1 -
YUV 223.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 172 249 227 0.31 0 0.09 0.02 162.86 0.87 0.83
Hex AC F9 E3 1F 0 9 2 A3 57 53
Octal 254 371 343 37 0 11 2 243 127 123
Binary 10101100 11111001 11100011 11111 0 1001 10 10100011 1010111 1010011

Color Harmonies of #ACF9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9E3

Black with #ACF9E3

Text Example


Text Example

White with #ACF9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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