Html Css Color HEX #ACEEE1 Water Leaf

📋 copy color: '#ACEEE1'

red 172 ◦ green 238 ◦ blue 225

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

Shades of Water Leaf #ACEEE1

Tints of Water Leaf #ACEEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

 BLUE value IS 225 (88.28% from 255) = 35.43%

R = 27.09%
G = 37.48%
B = 35.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ACEEE1 (or 0xACEEE1) is known color: Water Leaf. HEX triplet: AC, EE and E1. RGB value is (172,238,225). Sum of RGB (Red+Green+Blue) = 172+238+225=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEE1 is #53111E. Grayscale: #D8D8D8. Windows color (decimal): -5443871 or 14806700. OLE color: 14806700.

HSL color Cylindrical-coordinate representation of color #ACEEE1: hue angle of 168.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEE1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 238 225 -
CMYK 0.28 0 0.05 0.07
HSL 168.18º 0.66% 0.8% -
HSV(B) 168.18º 0.28% 0.93% -
XYZ 61.18 75.36 82.55 -
YUV 216.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 172 238 225 0.28 0 0.05 0.07 168.18 0.66 0.8
Hex AC EE E1 1C 0 5 7 A8 42 50
Octal 254 356 341 34 0 5 7 250 102 120
Binary 10101100 11101110 11100001 11100 0 101 111 10101000 1000010 1010000

Color Harmonies of #ACEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEE1

Black with #ACEEE1

Text Example


Text Example

White with #ACEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEE1; }

 p { color: rgb(172,238,225); }

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

background-color css

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

 a { background-color: rgb(172,238,225); }

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

border-color css

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

 span { border-color: rgb(172,238,225); }

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