#A2D0C6

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

Shades of Sinbad #A2D0C6

Tints of Sinbad #A2D0C6

Color information

#A2D0C6 (or 0xA2D0C6) is unknown color: approx Sinbad. HEX triplet: A2, D0 and C6. RGB value is (162,208,198). Sum of RGB (Red+Green+Blue) = 162+208+198=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D0C6 is #5D2F39. Grayscale: #C1C1C1. Windows color (decimal): -6106938 or 13029538. OLE color: 13029538.

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

Color convert

RGB162208198-
CMYK0.2200.050.18
HSL166.96º32.86%72.55%-
HSV(B)166.96º22.12%81.57%-
XYZ47.6556.8761.89-
YUV193.11130.76105.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.52%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 198 (77.73% from 255) = 34.86%
R=28.52%
G=36.62%
B=34.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622081980.2200.050.18166.9632.8672.55
HexA2D0C6160512a72149
Octal24232030626052224741111
Binary10100010110100001100011010110010110010101001111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D0C6; }

 p { color: rgb(162,208,198); }

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

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

 a { background-color: rgb(162,208,198); }

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

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

 span { border-color: rgb(162,208,198); }

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