#A0D2CC

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

Shades of Sinbad #A0D2CC

Tints of Sinbad #A0D2CC

Color information

#A0D2CC (or 0xA0D2CC) is unknown color: approx Sinbad. HEX triplet: A0, D2 and CC. RGB value is (160,210,204). Sum of RGB (Red+Green+Blue) = 160+210+204=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D2CC is #5F2D33. Grayscale: #C2C2C2. Windows color (decimal): -6237492 or 13423264. OLE color: 13423264.

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

Color convert

RGB160210204-
CMYK0.2400.030.18
HSL172.8º35.71%72.55%-
HSV(B)172.8º23.81%82.35%-
XYZ48.4457.9365.75-
YUV194.37133.44103.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.87%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 204 (80.08% from 255) = 35.54%
R=27.87%
G=36.59%
B=35.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602102040.2400.030.18172.835.7172.55
HexA0D2CC180312ad2449
Octal24032231430032225544111
Binary1010000011010010110011001100001110010101011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D2CC; }

 p { color: rgb(160,210,204); }

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

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

 a { background-color: rgb(160,210,204); }

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

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

 span { border-color: rgb(160,210,204); }

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