Html Css Color HEX #ACEEE0 Water Leaf

📋 copy color: '#ACEEE0'

red 172 ◦ green 238 ◦ blue 224

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

Shades of Water Leaf #ACEEE0

Tints of Water Leaf #ACEEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 27.13%
G = 37.54%
B = 35.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ACEEE0 (or 0xACEEE0) is known color: Water Leaf. HEX triplet: AC, EE and E0. RGB value is (172,238,224). Sum of RGB (Red+Green+Blue) = 172+238+224=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEE0 is #53111F. Grayscale: #D8D8D8. Windows color (decimal): -5443872 or 14741164. OLE color: 14741164.

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

Color convert

RGB 172 238 224 -
CMYK 0.28 0 0.06 0.07
HSL 167.27º 0.66% 0.8% -
HSV(B) 167.27º 0.28% 0.93% -
XYZ 61.04 75.3 81.84 -
YUV 216.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 172 238 224 0.28 0 0.06 0.07 167.27 0.66 0.8
Hex AC EE E0 1C 0 6 7 A7 42 50
Octal 254 356 340 34 0 6 7 247 102 120
Binary 10101100 11101110 11100000 11100 0 110 111 10100111 1000010 1010000

Color Harmonies of #ACEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEE0

Black with #ACEEE0

Text Example


Text Example

White with #ACEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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