Html Css Color HEX #ACFFEB Water Leaf

📋 copy color: '#ACFFEB'

red 172 ◦ green 255 ◦ blue 235

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

Shades of Water Leaf #ACFFEB

Tints of Water Leaf #ACFFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.5%

R = 25.98%
G = 38.52%
B = 35.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#ACFFEB (or 0xACFFEB) is known color: Water Leaf. HEX triplet: AC, FF and EB. RGB value is (172,255,235). Sum of RGB (Red+Green+Blue) = 172+255+235=662 (87% of max value = 765). Red value is 172 (67.58% from 255 or 25.98% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 235 (92.19% from 255 or 35.50% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFEB is #530014. Grayscale: #E3E3E3. Windows color (decimal): -5439509 or 15466412. OLE color: 15466412.

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

Color convert

RGB 172 255 235 -
CMYK 0.33 0 0.08 0
HSL 165.54º 1% 0.84% -
HSV(B) 165.54º 0.33% 1% -
XYZ 67.77 86.29 91.68 -
YUV 227.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 172 255 235 0.33 0 0.08 0 165.54 1 0.84
Hex AC FF EB 21 0 8 0 A6 64 54
Octal 254 377 353 41 0 10 0 246 144 124
Binary 10101100 11111111 11101011 100001 0 1000 0 10100110 1100100 1010100

Color Harmonies of #ACFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFEB

Black with #ACFFEB

Text Example


Text Example

White with #ACFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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