Html Css Color HEX #ACFFE5 Water Leaf

📋 copy color: '#ACFFE5'

red 172 ◦ green 255 ◦ blue 229

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

Shades of Water Leaf #ACFFE5

Tints of Water Leaf #ACFFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.91%

R = 26.22%
G = 38.87%
B = 34.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#ACFFE5 (or 0xACFFE5) is known color: Water Leaf. HEX triplet: AC, FF and E5. RGB value is (172,255,229). Sum of RGB (Red+Green+Blue) = 172+255+229=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFE5 is #53001A. Grayscale: #E3E3E3. Windows color (decimal): -5439515 or 15073196. OLE color: 15073196.

HSL color Cylindrical-coordinate representation of color #ACFFE5: hue angle of 161.2º 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 #ACFFE5 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 229 -
CMYK 0.33 0 0.10 0
HSL 161.2º 1% 0.84% -
HSV(B) 161.2º 0.33% 1% -
XYZ 66.92 85.95 87.19 -
YUV 227.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 172 255 229 0.33 0 0.10 0 161.2 1 0.84
Hex AC FF E5 21 0 A 0 A1 64 54
Octal 254 377 345 41 0 12 0 241 144 124
Binary 10101100 11111111 11100101 100001 0 1010 0 10100001 1100100 1010100

Color Harmonies of #ACFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFE5

Black with #ACFFE5

Text Example


Text Example

White with #ACFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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