#A2CDCA

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

Shades of Sinbad #A2CDCA

Tints of Sinbad #A2CDCA

Color information

#A2CDCA (or 0xA2CDCA) is unknown color: approx Sinbad. HEX triplet: A2, CD and CA. RGB value is (162,205,202). Sum of RGB (Red+Green+Blue) = 162+205+202=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDCA is #5D3235. Grayscale: #BFBFBF. Windows color (decimal): -6107702 or 13290914. OLE color: 13290914.

HSL color Cylindrical-coordinate representation of color #A2CDCA: hue angle of 175.81º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CDCA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB162205202-
CMYK0.2100.010.20
HSL175.81º30.07%71.96%-
HSV(B)175.81º20.98%80.39%-
XYZ47.3955.6164.11-
YUV191.8133.75106.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.47%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=28.47%
G=36.03%
B=35.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622052020.2100.010.20175.8130.0771.96
HexA2CDCA150114b01e48
Octal24231531225012426036110
Binary10100010110011011100101010101011010010110000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CDCA; }

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

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

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

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

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

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

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

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