Html Css Color HEX #ACFEE3 Water Leaf

📋 copy color: '#ACFEE3'

red 172 ◦ green 254 ◦ blue 227

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

Shades of Water Leaf #ACFEE3

Tints of Water Leaf #ACFEE3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.9%

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

R = 26.34%
G = 38.9%
B = 34.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#ACFEE3 (or 0xACFEE3) is known color: Water Leaf. HEX triplet: AC, FE and E3. RGB value is (172,254,227). Sum of RGB (Red+Green+Blue) = 172+254+227=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEE3 is #53011C. Grayscale: #E2E2E2. Windows color (decimal): -5439773 or 14941868. OLE color: 14941868.

HSL color Cylindrical-coordinate representation of color #ACFEE3: hue angle of 160.24º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEE3 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 227 -
CMYK 0.32 0 0.11 0.00
HSL 160.24º 0.98% 0.84% -
HSV(B) 160.24º 0.32% 1% -
XYZ 66.32 85.2 85.62 -
YUV 226.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 172 254 227 0.32 0 0.11 0.00 160.24 0.98 0.84
Hex AC FE E3 20 0 B 0 A0 62 54
Octal 254 376 343 40 0 13 0 240 142 124
Binary 10101100 11111110 11100011 100000 0 1011 0 10100000 1100010 1010100

Color Harmonies of #ACFEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEE3

Black with #ACFEE3

Text Example


Text Example

White with #ACFEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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