#ACDCCB

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

Shades of Cruise #ACDCCB

Tints of Cruise #ACDCCB

Color information

#ACDCCB (or 0xACDCCB) is unknown color: approx Cruise. HEX triplet: AC, DC and CB. RGB value is (172,220,203). Sum of RGB (Red+Green+Blue) = 172+220+203=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCCB is #532334. Grayscale: #CBCBCB. Windows color (decimal): -5448501 or 13360300. OLE color: 13360300.

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

Color convert

RGB172220203-
CMYK0.2200.080.14
HSL158.75º40.68%76.86%-
HSV(B)158.75º21.82%86.27%-
XYZ53.3964.2766.09-
YUV203.71127.6105.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 203 (79.69% from 255) = 34.12%
R=28.91%
G=36.97%
B=34.12%

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
Decimal1722202030.2200.080.14158.7540.6876.86
HexACDCCB1608E9f294d
Octal254334313260101623751115
Binary10101100110111001100101110110010001110100111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCCB; }

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

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

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

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

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

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

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

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