#A2DEDC

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

Shades of Sinbad #A2DEDC

Tints of Sinbad #A2DEDC

Color information

#A2DEDC (or 0xA2DEDC) is unknown color: approx Sinbad. HEX triplet: A2, DE and DC. RGB value is (162,222,220). Sum of RGB (Red+Green+Blue) = 162+222+220=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEDC is #5D2123. Grayscale: #CBCBCB. Windows color (decimal): -6103332 or 14474914. OLE color: 14474914.

HSL color Cylindrical-coordinate representation of color #A2DEDC: hue angle of 178º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DEDC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB162222220-
CMYK0.2700.010.13
HSL178º47.62%75.29%-
HSV(B)178º27.03%87.06%-
XYZ53.9465.0977.43-
YUV203.83137.1298.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.82%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=26.82%
G=36.75%
B=36.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622222200.2700.010.1317847.6275.29
HexA2DEDC1B01Db2304b
Octal24233633433011526260113
Binary10100010110111101101110011011011101101100101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEDC; }

 p { color: rgb(162,222,220); }

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

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

 a { background-color: rgb(162,222,220); }

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

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

 span { border-color: rgb(162,222,220); }

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