Html Css Color HEX #ACFCE3 Water Leaf

📋 copy color: '#ACFCE3'

red 172 ◦ green 252 ◦ blue 227

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

Shades of Water Leaf #ACFCE3

Tints of Water Leaf #ACFCE3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.71%

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

R = 26.42%
G = 38.71%
B = 34.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#ACFCE3 (or 0xACFCE3) is known color: Water Leaf. HEX triplet: AC, FC and E3. RGB value is (172,252,227). Sum of RGB (Red+Green+Blue) = 172+252+227=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCE3 is #53031C. Grayscale: #E1E1E1. Windows color (decimal): -5440285 or 14941356. OLE color: 14941356.

HSL color Cylindrical-coordinate representation of color #ACFCE3: hue angle of 161.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCE3 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 227 -
CMYK 0.32 0 0.10 0.01
HSL 161.25º 0.93% 0.83% -
HSV(B) 161.25º 0.32% 0.99% -
XYZ 65.69 83.94 85.41 -
YUV 225.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 172 252 227 0.32 0 0.10 0.01 161.25 0.93 0.83
Hex AC FC E3 20 0 A 1 A1 5D 53
Octal 254 374 343 40 0 12 1 241 135 123
Binary 10101100 11111100 11100011 100000 0 1010 1 10100001 1011101 1010011

Color Harmonies of #ACFCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCE3

Black with #ACFCE3

Text Example


Text Example

White with #ACFCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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