#AACEC7

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

Shades of Sinbad #AACEC7

Tints of Sinbad #AACEC7

Color information

#AACEC7 (or 0xAACEC7) is unknown color: approx Sinbad. HEX triplet: AA, CE and C7. RGB value is (170,206,199). Sum of RGB (Red+Green+Blue) = 170+206+199=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEC7 is #553138. Grayscale: #C2C2C2. Windows color (decimal): -5583161 or 13094570. OLE color: 13094570.

HSL color Cylindrical-coordinate representation of color #AACEC7: hue angle of 168.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEC7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB170206199-
CMYK0.1700.030.19
HSL168.33º26.87%73.73%-
HSV(B)168.33º17.48%80.78%-
XYZ48.9656.8162.42-
YUV194.44130.57110.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 206 (80.86% from 255) = 35.83%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=29.57%
G=35.83%
B=34.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061990.1700.030.19168.3326.8773.73
HexAACEC7110313a81b4a
Octal25231630721032325033112
Binary101010101100111011000111100010111001110101000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEC7; }

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

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

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

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

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

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

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

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