#A2D5CA

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

Shades of Sinbad #A2D5CA

Tints of Sinbad #A2D5CA

Color information

#A2D5CA (or 0xA2D5CA) is unknown color: approx Sinbad. HEX triplet: A2, D5 and CA. RGB value is (162,213,202). Sum of RGB (Red+Green+Blue) = 162+213+202=577 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.08% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D5CA is #5D2A35. Grayscale: #C4C4C4. Windows color (decimal): -6105654 or 13292962. OLE color: 13292962.

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

Color convert

RGB162213202-
CMYK0.2400.050.16
HSL167.06º37.78%73.53%-
HSV(B)167.06º23.94%83.53%-
XYZ49.3659.5364.77-
YUV196.5131.1103.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.08%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=28.08%
G=36.92%
B=35.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622132020.2400.050.16167.0637.7873.53
HexA2D5CA180510a7264a
Octal24232531230052024746112
Binary10100010110101011100101011000010110000101001111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D5CA; }

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

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

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

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

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

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

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

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