#A2D9CD

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

Shades of Sinbad #A2D9CD

Tints of Sinbad #A2D9CD

Color information

#A2D9CD (or 0xA2D9CD) is unknown color: approx Sinbad. HEX triplet: A2, D9 and CD. RGB value is (162,217,205). Sum of RGB (Red+Green+Blue) = 162+217+205=584 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.74% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D9CD is #5D2632. Grayscale: #C7C7C7. Windows color (decimal): -6104627 or 13490594. OLE color: 13490594.

HSL color Cylindrical-coordinate representation of color #A2D9CD: hue angle of 166.91º 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 #A2D9CD is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB162217205-
CMYK0.2500.060.15
HSL166.91º41.98%74.31%-
HSV(B)166.91º25.35%85.1%-
XYZ50.7361.7167-
YUV199.19131.28101.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.74%
GREEN value IS 217 (85.16% from 255) = 37.16%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=27.74%
G=37.16%
B=35.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622172050.2500.060.15166.9141.9874.31
HexA2D9CD1906Fa72a4a
Octal24233131531061724752112
Binary1010001011011001110011011100101101111101001111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D9CD; }

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

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

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

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

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

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

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

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