#ACDEC9

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

Shades of Cruise #ACDEC9

Tints of Cruise #ACDEC9

Color information

#ACDEC9 (or 0xACDEC9) is unknown color: approx Cruise. HEX triplet: AC, DE and C9. RGB value is (172,222,201). Sum of RGB (Red+Green+Blue) = 172+222+201=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEC9 is #532136. Grayscale: #CCCCCC. Windows color (decimal): -5447991 or 13229740. OLE color: 13229740.

HSL color Cylindrical-coordinate representation of color #ACDEC9: hue angle of 154.8º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEC9 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB172222201-
CMYK0.2300.090.13
HSL154.8º43.1%77.25%-
HSV(B)154.8º22.52%87.06%-
XYZ53.6865.2365.02-
YUV204.66125.94104.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 222 (87.11% from 255) = 37.31%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=28.91%
G=37.31%
B=33.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722222010.2300.090.13154.843.177.25
HexACDEC91709D9b2b4d
Octal254336311270111523353115
Binary10101100110111101100100110111010011101100110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEC9; }

 p { color: rgb(172,222,201); }

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

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

 a { background-color: rgb(172,222,201); }

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

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

 span { border-color: rgb(172,222,201); }

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