#ACDCCA

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

Shades of Cruise #ACDCCA

Tints of Cruise #ACDCCA

Color information

#ACDCCA (or 0xACDCCA) is unknown color: approx Cruise. HEX triplet: AC, DC and CA. RGB value is (172,220,202). Sum of RGB (Red+Green+Blue) = 172+220+202=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCA is #532335. Grayscale: #CBCBCB. Windows color (decimal): -5448502 or 13294764. OLE color: 13294764.

HSL color Cylindrical-coordinate representation of color #ACDCCA: hue angle of 157.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCCA is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB172220202-
CMYK0.2200.080.14
HSL157.5º40.68%76.86%-
HSV(B)157.5º21.82%86.27%-
XYZ53.2764.2265.47-
YUV203.6127.1105.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=28.96%
G=37.04%
B=34.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202020.2200.080.14157.540.6876.86
HexACDCCA1608E9e294d
Octal254334312260101623651115
Binary10101100110111001100101010110010001110100111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCCA; }

 p { color: rgb(172,220,202); }

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

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

 a { background-color: rgb(172,220,202); }

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

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

 span { border-color: rgb(172,220,202); }

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