#A0D7CE

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

Shades of Sinbad #A0D7CE

Tints of Sinbad #A0D7CE

Color information

#A0D7CE (or 0xA0D7CE) is unknown color: approx Sinbad. HEX triplet: A0, D7 and CE. RGB value is (160,215,206). Sum of RGB (Red+Green+Blue) = 160+215+206=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7CE is #5F2831. Grayscale: #C5C5C5. Windows color (decimal): -6236210 or 13555616. OLE color: 13555616.

HSL color Cylindrical-coordinate representation of color #A0D7CE: hue angle of 170.18º 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 #A0D7CE is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB160215206-
CMYK0.2600.040.16
HSL170.18º40.74%73.53%-
HSV(B)170.18º25.58%84.31%-
XYZ49.9460.5367.44-
YUV197.53132.78101.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.54%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=27.54%
G=37.01%
B=35.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602152060.2600.040.16170.1840.7473.53
HexA0D7CE1A0410aa294a
Octal24032731632042025251112
Binary10100000110101111100111011010010010000101010101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D7CE; }

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

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

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

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

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

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

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

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