Html Css Color HEX #ACFFE2 Water Leaf

📋 copy color: '#ACFFE2'

red 172 ◦ green 255 ◦ blue 226

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

Shades of Water Leaf #ACFFE2

Tints of Water Leaf #ACFFE2

RGB

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

 GREEN value IS 255 (100% from 255) = 39.05%

 BLUE value IS 226 (88.67% from 255) = 34.61%

R = 26.34%
G = 39.05%
B = 34.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#ACFFE2 (or 0xACFFE2) is known color: Water Leaf. HEX triplet: AC, FF and E2. RGB value is (172,255,226). Sum of RGB (Red+Green+Blue) = 172+255+226=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFE2 is #53001D. Grayscale: #E2E2E2. Windows color (decimal): -5439518 or 14876588. OLE color: 14876588.

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

Color convert

RGB 172 255 226 -
CMYK 0.33 0 0.11 0
HSL 159.04º 1% 0.84% -
HSV(B) 159.04º 0.33% 1% -
XYZ 66.5 85.78 85 -
YUV 226.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 172 255 226 0.33 0 0.11 0 159.04 1 0.84
Hex AC FF E2 21 0 B 0 9F 64 54
Octal 254 377 342 41 0 13 0 237 144 124
Binary 10101100 11111111 11100010 100001 0 1011 0 10011111 1100100 1010100

Color Harmonies of #ACFFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFE2

Black with #ACFFE2

Text Example


Text Example

White with #ACFFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFE2; }

 p { color: rgb(172,255,226); }

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

background-color css

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

 a { background-color: rgb(172,255,226); }

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

border-color css

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

 span { border-color: rgb(172,255,226); }

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