#A0D0CC

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

Shades of Sinbad #A0D0CC

Tints of Sinbad #A0D0CC

Color information

#A0D0CC (or 0xA0D0CC) is unknown color: approx Sinbad. HEX triplet: A0, D0 and CC. RGB value is (160,208,204). Sum of RGB (Red+Green+Blue) = 160+208+204=572 (75% of max value = 765). Red value is 160 (62.89% from 255 or 27.97% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D0CC is #5F2F33. Grayscale: #C1C1C1. Windows color (decimal): -6238004 or 13422752. OLE color: 13422752.

HSL color Cylindrical-coordinate representation of color #A0D0CC: hue angle of 175º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0D0CC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB160208204-
CMYK0.2300.020.18
HSL175º33.8%72.16%-
HSV(B)175º23.08%81.57%-
XYZ47.9556.9465.59-
YUV193.19134.1104.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.97%
GREEN value IS 208 (81.64% from 255) = 36.36%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=27.97%
G=36.36%
B=35.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602082040.2300.020.1817533.872.16
HexA0D0CC170212af2248
Octal24032031427022225742110
Binary1010000011010000110011001011101010010101011111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D0CC; }

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

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

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

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

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

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

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

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