#A0D7C9

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

Shades of Sinbad #A0D7C9

Tints of Sinbad #A0D7C9

Color information

#A0D7C9 (or 0xA0D7C9) is unknown color: approx Sinbad. HEX triplet: A0, D7 and C9. RGB value is (160,215,201). Sum of RGB (Red+Green+Blue) = 160+215+201=576 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.78% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7C9 is #5F2836. Grayscale: #C4C4C4. Windows color (decimal): -6236215 or 13227936. OLE color: 13227936.

HSL color Cylindrical-coordinate representation of color #A0D7C9: hue angle of 164.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D7C9 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB160215201-
CMYK0.2600.070.16
HSL164.73º40.74%73.53%-
HSV(B)164.73º25.58%84.31%-
XYZ49.3460.2964.3-
YUV196.96130.28101.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.78%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=27.78%
G=37.33%
B=34.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602152010.2600.070.16164.7340.7473.53
HexA0D7C91A0710a5294a
Octal24032731132072024551112
Binary10100000110101111100100111010011110000101001011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D7C9; }

 p { color: rgb(160,215,201); }

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

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

 a { background-color: rgb(160,215,201); }

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

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

 span { border-color: rgb(160,215,201); }

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