#AACCC7

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

Shades of Sinbad #AACCC7

Tints of Sinbad #AACCC7

Color information

#AACCC7 (or 0xAACCC7) is unknown color: approx Sinbad. HEX triplet: AA, CC and C7. RGB value is (170,204,199). Sum of RGB (Red+Green+Blue) = 170+204+199=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCC7 is #553338. Grayscale: #C1C1C1. Windows color (decimal): -5583673 or 13094058. OLE color: 13094058.

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

Color convert

RGB170204199-
CMYK0.1700.020.2
HSL171.18º25%73.33%-
HSV(B)171.18º16.67%80%-
XYZ48.4855.8662.26-
YUV193.26131.24111.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=29.67%
G=35.60%
B=34.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041990.1700.020.2171.182573.33
HexAACCC7110214ab1949
Octal25231430721022425331111
Binary101010101100110011000111100010101010010101011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCC7; }

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

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

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

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

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

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

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

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