#A2D5CB

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

Shades of Sinbad #A2D5CB

Tints of Sinbad #A2D5CB

Color information

#A2D5CB (or 0xA2D5CB) is unknown color: approx Sinbad. HEX triplet: A2, D5 and CB. RGB value is (162,213,203). Sum of RGB (Red+Green+Blue) = 162+213+203=578 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.03% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D5CB is #5D2A34. Grayscale: #C4C4C4. Windows color (decimal): -6105653 or 13358498. OLE color: 13358498.

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

Color convert

RGB162213203-
CMYK0.2400.050.16
HSL168.24º37.78%73.53%-
HSV(B)168.24º23.94%83.53%-
XYZ49.4759.5865.39-
YUV196.61131.6103.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.03%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=28.03%
G=36.85%
B=35.12%

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
Decimal1622132030.2400.050.16168.2437.7873.53
HexA2D5CB180510a8264a
Octal24232531330052025046112
Binary10100010110101011100101111000010110000101010001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D5CB; }

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

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

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

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

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

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

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

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