#A2CCC6

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

Shades of Sinbad #A2CCC6

Tints of Sinbad #A2CCC6

Color information

#A2CCC6 (or 0xA2CCC6) is unknown color: approx Sinbad. HEX triplet: A2, CC and C6. RGB value is (162,204,198). Sum of RGB (Red+Green+Blue) = 162+204+198=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCC6 is #5D3339. Grayscale: #BEBEBE. Windows color (decimal): -6107962 or 13028514. OLE color: 13028514.

HSL color Cylindrical-coordinate representation of color #A2CCC6: hue angle of 171.43º degrees, saturation: 0.29, 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 #A2CCC6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB162204198-
CMYK0.2100.030.2
HSL171.43º29.17%71.76%-
HSV(B)171.43º20.59%80%-
XYZ46.6954.9461.57-
YUV190.76132.09107.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.72%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=28.72%
G=36.17%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041980.2100.030.2171.4329.1771.76
HexA2CCC6150314ab1d48
Octal24231430625032425335110
Binary101000101100110011000110101010111010010101011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCC6; }

 p { color: rgb(162,204,198); }

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

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

 a { background-color: rgb(162,204,198); }

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

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

 span { border-color: rgb(162,204,198); }

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