#A0CDCA

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

Shades of Sinbad #A0CDCA

Tints of Sinbad #A0CDCA

Color information

#A0CDCA (or 0xA0CDCA) is unknown color: approx Sinbad. HEX triplet: A0, CD and CA. RGB value is (160,205,202). Sum of RGB (Red+Green+Blue) = 160+205+202=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDCA is #5F3235. Grayscale: #BFBFBF. Windows color (decimal): -6238774 or 13290912. OLE color: 13290912.

HSL color Cylindrical-coordinate representation of color #A0CDCA: hue angle of 176º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDCA is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB160205202-
CMYK0.2200.010.20
HSL176º31.03%71.57%-
HSV(B)176º21.95%80.39%-
XYZ46.9955.464.09-
YUV191.2134.09105.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.22%
GREEN value IS 205 (80.47% from 255) = 36.16%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=28.22%
G=36.16%
B=35.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602052020.2200.010.2017631.0371.57
HexA0CDCA160114b01f48
Octal24031531226012426037110
Binary10100000110011011100101010110011010010110000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDCA; }

 p { color: rgb(160,205,202); }

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

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

 a { background-color: rgb(160,205,202); }

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

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

 span { border-color: rgb(160,205,202); }

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