#ACEEDB

Color #ACEEDB Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ACEEDB

Tints of Water Leaf #ACEEDB

Color information

#ACEEDB (or 0xACEEDB) is unknown color: approx Water Leaf. HEX triplet: AC, EE and DB. RGB value is (172,238,219). Sum of RGB (Red+Green+Blue) = 172+238+219=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDB is #531124. Grayscale: #D8D8D8. Windows color (decimal): -5443877 or 14413484. OLE color: 14413484.

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

Color convert

RGB172238219-
CMYK0.2800.080.07
HSL162.73º66%80.39%-
HSV(B)162.73º27.73%93.33%-
XYZ60.3775.0378.32-
YUV216.1129.6396.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.34%
GREEN value IS 238 (93.36% from 255) = 37.84%
BLUE value IS 219 (85.94% from 255) = 34.82%
R=27.34%
G=37.84%
B=34.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722382190.2800.080.07162.736680.39
HexACEEDB1C087a34250
Octal254356333340107243102120
Binary10101100111011101101101111100010001111010001110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEDB; }

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

 H1.HeaderClassName
 {
   color: #ACEEDB;
 }
 .AnyTagClassName
 {
   color: #ACEEDB;
 }
</style>
background-color css

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

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

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

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

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

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