#A2D5CD

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

Shades of Sinbad #A2D5CD

Tints of Sinbad #A2D5CD

Color information

#A2D5CD (or 0xA2D5CD) is unknown color: approx Sinbad. HEX triplet: A2, D5 and CD. RGB value is (162,213,205). Sum of RGB (Red+Green+Blue) = 162+213+205=580 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.93% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D5CD is #5D2A32. Grayscale: #C4C4C4. Windows color (decimal): -6105651 or 13489570. OLE color: 13489570.

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

Color convert

RGB162213205-
CMYK0.2400.040.16
HSL170.59º37.78%73.53%-
HSV(B)170.59º23.94%83.53%-
XYZ49.7159.6866.66-
YUV196.84132.6103.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.93%
GREEN value IS 213 (83.59% from 255) = 36.72%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=27.93%
G=36.72%
B=35.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622132050.2400.040.16170.5937.7873.53
HexA2D5CD180410ab264a
Octal24232531530042025346112
Binary10100010110101011100110111000010010000101010111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D5CD; }

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

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

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

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

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

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

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

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