#ACDDC8

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

Shades of Cruise #ACDDC8

Tints of Cruise #ACDDC8

Color information

#ACDDC8 (or 0xACDDC8) is unknown color: approx Cruise. HEX triplet: AC, DD and C8. RGB value is (172,221,200). Sum of RGB (Red+Green+Blue) = 172+221+200=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC8 is #532237. Grayscale: #CBCBCB. Windows color (decimal): -5448248 or 13163948. OLE color: 13163948.

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

Color convert

RGB172221200-
CMYK0.2200.100.13
HSL154.29º41.88%77.06%-
HSV(B)154.29º22.17%86.67%-
XYZ53.364.6564.31-
YUV203.96125.77105.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 200 (78.52% from 255) = 33.73%
R=29.01%
G=37.27%
B=33.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722212000.2200.100.13154.2941.8877.06
HexACDDC8160AD9a2a4d
Octal254335310260121523252115
Binary10101100110111011100100010110010101101100110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDC8; }

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

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

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

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

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

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

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

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