#A2D9CE

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

Shades of Sinbad #A2D9CE

Tints of Sinbad #A2D9CE

Color information

#A2D9CE (or 0xA2D9CE) is unknown color: approx Sinbad. HEX triplet: A2, D9 and CE. RGB value is (162,217,206). Sum of RGB (Red+Green+Blue) = 162+217+206=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D9CE is #5D2631. Grayscale: #C7C7C7. Windows color (decimal): -6104626 or 13556130. OLE color: 13556130.

HSL color Cylindrical-coordinate representation of color #A2D9CE: hue angle of 168º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D9CE is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB162217206-
CMYK0.2500.050.15
HSL168º41.98%74.31%-
HSV(B)168º25.35%85.1%-
XYZ50.8561.7667.63-
YUV199.3131.78101.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.69%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=27.69%
G=37.09%
B=35.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622172060.2500.050.1516841.9874.31
HexA2D9CE1905Fa82a4a
Octal24233131631051725052112
Binary1010001011011001110011101100101011111101010001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D9CE; }

 p { color: rgb(162,217,206); }

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

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

 a { background-color: rgb(162,217,206); }

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

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

 span { border-color: rgb(162,217,206); }

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