#ACD0CA

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

Shades of Sinbad #ACD0CA

Tints of Sinbad #ACD0CA

Color information

#ACD0CA (or 0xACD0CA) is unknown color: approx Sinbad. HEX triplet: AC, D0 and CA. RGB value is (172,208,202). Sum of RGB (Red+Green+Blue) = 172+208+202=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0CA is #532F35. Grayscale: #C4C4C4. Windows color (decimal): -5451574 or 13291692. OLE color: 13291692.

HSL color Cylindrical-coordinate representation of color #ACD0CA: hue angle of 170º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACD0CA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB172208202-
CMYK0.1700.030.18
HSL170º27.69%74.51%-
HSV(B)170º17.31%81.57%-
XYZ50.2358.1564.45-
YUV196.55131.07110.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 208 (81.64% from 255) = 35.74%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=29.55%
G=35.74%
B=34.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722082020.1700.030.1817027.6974.51
HexACD0CA110312aa1c4b
Octal25432031221032225234113
Binary101011001101000011001010100010111001010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0CA; }

 p { color: rgb(172,208,202); }

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

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

 a { background-color: rgb(172,208,202); }

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

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

 span { border-color: rgb(172,208,202); }

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