Html Css Color HEX #ACFEE8 Water Leaf

📋 copy color: '#ACFEE8'

red 172 ◦ green 254 ◦ blue 232

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

Shades of Water Leaf #ACFEE8

Tints of Water Leaf #ACFEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.26%

R = 26.14%
G = 38.6%
B = 35.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#ACFEE8 (or 0xACFEE8) is known color: Water Leaf. HEX triplet: AC, FE and E8. RGB value is (172,254,232). Sum of RGB (Red+Green+Blue) = 172+254+232=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 254 (99.61% from 255 or 38.60% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFEE8 is #530117. Grayscale: #E2E2E2. Windows color (decimal): -5439768 or 15269548. OLE color: 15269548.

HSL color Cylindrical-coordinate representation of color #ACFEE8: hue angle of 163.9º 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 #ACFEE8 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 232 -
CMYK 0.32 0 0.09 0.00
HSL 163.9º 0.98% 0.84% -
HSV(B) 163.9º 0.32% 1% -
XYZ 67.02 85.48 89.31 -
YUV 226.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 172 254 232 0.32 0 0.09 0.00 163.9 0.98 0.84
Hex AC FE E8 20 0 9 0 A4 62 54
Octal 254 376 350 40 0 11 0 244 142 124
Binary 10101100 11111110 11101000 100000 0 1001 0 10100100 1100010 1010100

Color Harmonies of #ACFEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEE8

Black with #ACFEE8

Text Example


Text Example

White with #ACFEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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