#A2CEC9

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

Shades of Sinbad #A2CEC9

Tints of Sinbad #A2CEC9

Color information

#A2CEC9 (or 0xA2CEC9) is unknown color: approx Sinbad. HEX triplet: A2, CE and C9. RGB value is (162,206,201). Sum of RGB (Red+Green+Blue) = 162+206+201=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CEC9 is #5D3136. Grayscale: #C0C0C0. Windows color (decimal): -6107447 or 13225634. OLE color: 13225634.

HSL color Cylindrical-coordinate representation of color #A2CEC9: hue angle of 173.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CEC9 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB162206201-
CMYK0.2100.020.19
HSL173.18º30.99%72.16%-
HSV(B)173.18º21.36%80.78%-
XYZ47.5156.0463.57-
YUV192.27132.92106.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.47%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=28.47%
G=36.20%
B=35.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622062010.2100.020.19173.1830.9972.16
HexA2CEC9150213ad1f48
Octal24231631125022325537110
Binary101000101100111011001001101010101001110101101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEC9; }

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

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

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

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

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

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

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

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