#ACDCC9

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

Shades of Cruise #ACDCC9

Tints of Cruise #ACDCC9

Color information

#ACDCC9 (or 0xACDCC9) is unknown color: approx Cruise. HEX triplet: AC, DC and C9. RGB value is (172,220,201). Sum of RGB (Red+Green+Blue) = 172+220+201=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCC9 is #532336. Grayscale: #CBCBCB. Windows color (decimal): -5448503 or 13229228. OLE color: 13229228.

HSL color Cylindrical-coordinate representation of color #ACDCC9: hue angle of 156.25º 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 #ACDCC9 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB172220201-
CMYK0.2200.090.14
HSL156.25º40.68%76.86%-
HSV(B)156.25º21.82%86.27%-
XYZ53.1564.1764.84-
YUV203.48126.6105.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=29.01%
G=37.10%
B=33.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202010.2200.090.14156.2540.6876.86
HexACDCC91609E9c294d
Octal254334311260111623451115
Binary10101100110111001100100110110010011110100111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCC9; }

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

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

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

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

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

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

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

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