#ACD9D8

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

Shades of Sinbad #ACD9D8

Tints of Sinbad #ACD9D8

Color information

#ACD9D8 (or 0xACD9D8) is unknown color: approx Sinbad. HEX triplet: AC, D9 and D8. RGB value is (172,217,216). Sum of RGB (Red+Green+Blue) = 172+217+216=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9D8 is #532627. Grayscale: #CBCBCB. Windows color (decimal): -5449256 or 14211500. OLE color: 14211500.

HSL color Cylindrical-coordinate representation of color #ACD9D8: hue angle of 178.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9D8 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB172217216-
CMYK0.2100.000.15
HSL178.67º37.19%76.27%-
HSV(B)178.67º20.74%85.1%-
XYZ54.2263.3574.34-
YUV203.43135.09105.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 217 (85.16% from 255) = 35.87%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=28.43%
G=35.87%
B=35.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722172160.2100.000.15178.6737.1976.27
HexACD9D81500Fb3254c
Octal25433133025001726345114
Binary10101100110110011101100010101001111101100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9D8; }

 p { color: rgb(172,217,216); }

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

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

 a { background-color: rgb(172,217,216); }

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

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

 span { border-color: rgb(172,217,216); }

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