Html Css Color HEX #ACEEE2 Water Leaf

📋 copy color: '#ACEEE2'

red 172 ◦ green 238 ◦ blue 226

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

Shades of Water Leaf #ACEEE2

Tints of Water Leaf #ACEEE2

RGB

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

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

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

R = 27.04%
G = 37.42%
B = 35.53%

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

#ACEEE2 (or 0xACEEE2) is known color: Water Leaf. HEX triplet: AC, EE and E2. RGB value is (172,238,226). Sum of RGB (Red+Green+Blue) = 172+238+226=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 226 (88.67% from 255 or 35.53% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEE2 is #53111D. Grayscale: #D8D8D8. Windows color (decimal): -5443870 or 14872236. OLE color: 14872236.

HSL color Cylindrical-coordinate representation of color #ACEEE2: hue angle of 169.09º 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 #ACEEE2 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 238 226 -
CMYK 0.28 0 0.05 0.07
HSL 169.09º 0.66% 0.8% -
HSV(B) 169.09º 0.28% 0.93% -
XYZ 61.32 75.41 83.28 -
YUV 216.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 172 238 226 0.28 0 0.05 0.07 169.09 0.66 0.8
Hex AC EE E2 1C 0 5 7 A9 42 50
Octal 254 356 342 34 0 5 7 251 102 120
Binary 10101100 11101110 11100010 11100 0 101 111 10101001 1000010 1010000

Color Harmonies of #ACEEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEE2

Black with #ACEEE2

Text Example


Text Example

White with #ACEEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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