#A6CCC7

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

Shades of Sinbad #A6CCC7

Tints of Sinbad #A6CCC7

Color information

#A6CCC7 (or 0xA6CCC7) is unknown color: approx Sinbad. HEX triplet: A6, CC and C7. RGB value is (166,204,199). Sum of RGB (Red+Green+Blue) = 166+204+199=569 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.17% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCC7 is #593338. Grayscale: #C0C0C0. Windows color (decimal): -5845817 or 13094054. OLE color: 13094054.

HSL color Cylindrical-coordinate representation of color #A6CCC7: hue angle of 172.11º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCC7 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB166204199-
CMYK0.1900.020.2
HSL172.11º27.14%72.55%-
HSV(B)172.11º18.63%80%-
XYZ47.6355.4262.22-
YUV192.07131.91109.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.17%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 199 (78.12% from 255) = 34.97%
R=29.17%
G=35.85%
B=34.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041990.1900.020.2172.1127.1472.55
HexA6CCC7130214ac1b49
Octal24631430723022425433111
Binary101001101100110011000111100110101010010101100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCC7; }

 p { color: rgb(166,204,199); }

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

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

 a { background-color: rgb(166,204,199); }

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

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

 span { border-color: rgb(166,204,199); }

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