#A2D5CE

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

Shades of Sinbad #A2D5CE

Tints of Sinbad #A2D5CE

Color information

#A2D5CE (or 0xA2D5CE) is unknown color: approx Sinbad. HEX triplet: A2, D5 and CE. RGB value is (162,213,206). Sum of RGB (Red+Green+Blue) = 162+213+206=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D5CE is #5D2A31. Grayscale: #C4C4C4. Windows color (decimal): -6105650 or 13555106. OLE color: 13555106.

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

Color convert

RGB162213206-
CMYK0.2400.030.16
HSL171.76º37.78%73.53%-
HSV(B)171.76º23.94%83.53%-
XYZ49.8459.7367.29-
YUV196.95133.1103.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 213 (83.59% from 255) = 36.66%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=27.88%
G=36.66%
B=35.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622132060.2400.030.16171.7637.7873.53
HexA2D5CE180310ac264a
Octal24232531630032025446112
Binary1010001011010101110011101100001110000101011001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D5CE; }

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

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

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

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

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

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

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

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