#ACDDCD

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

Shades of Cruise #ACDDCD

Tints of Cruise #ACDDCD

Color information

#ACDDCD (or 0xACDDCD) is unknown color: approx Cruise. HEX triplet: AC, DD and CD. RGB value is (172,221,205). Sum of RGB (Red+Green+Blue) = 172+221+205=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDCD is #532232. Grayscale: #CCCCCC. Windows color (decimal): -5448243 or 13491628. OLE color: 13491628.

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

Color convert

RGB172221205-
CMYK0.2200.070.13
HSL160.41º41.88%77.06%-
HSV(B)160.41º22.17%86.67%-
XYZ53.8964.8967.44-
YUV204.52128.27104.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 205 (80.47% from 255) = 34.28%
R=28.76%
G=36.96%
B=34.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212050.2200.070.13160.4141.8877.06
HexACDDCD1607Da02a4d
Octal25433531526071524052115
Binary1010110011011101110011011011001111101101000001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDCD; }

 p { color: rgb(172,221,205); }

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

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

 a { background-color: rgb(172,221,205); }

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

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

 span { border-color: rgb(172,221,205); }

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