#A2D6C9

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

Shades of Sinbad #A2D6C9

Tints of Sinbad #A2D6C9

Color information

#A2D6C9 (or 0xA2D6C9) is unknown color: approx Sinbad. HEX triplet: A2, D6 and C9. RGB value is (162,214,201). Sum of RGB (Red+Green+Blue) = 162+214+201=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6C9 is #5D2936. Grayscale: #C4C4C4. Windows color (decimal): -6105399 or 13227682. OLE color: 13227682.

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

Color convert

RGB162214201-
CMYK0.2400.060.16
HSL165º38.81%73.73%-
HSV(B)165º24.3%83.92%-
XYZ49.4959.9964.23-
YUV196.97130.27103.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.08%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=28.08%
G=37.09%
B=34.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622142010.2400.060.1616538.8173.73
HexA2D6C9180610a5274a
Octal24232631130062024547112
Binary10100010110101101100100111000011010000101001011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D6C9; }

 p { color: rgb(162,214,201); }

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

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

 a { background-color: rgb(162,214,201); }

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

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

 span { border-color: rgb(162,214,201); }

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