#AACDCB

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

Shades of Sinbad #AACDCB

Tints of Sinbad #AACDCB

Color information

#AACDCB (or 0xAACDCB) is unknown color: approx Sinbad. HEX triplet: AA, CD and CB. RGB value is (170,205,203). Sum of RGB (Red+Green+Blue) = 170+205+203=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDCB is #553234. Grayscale: #C2C2C2. Windows color (decimal): -5583413 or 13356458. OLE color: 13356458.

HSL color Cylindrical-coordinate representation of color #AACDCB: hue angle of 176.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDCB is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB170205203-
CMYK0.1700.010.20
HSL176.57º25.93%73.53%-
HSV(B)176.57º17.07%80.39%-
XYZ49.1956.5264.82-
YUV194.31132.9110.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.41%
GREEN value IS 205 (80.47% from 255) = 35.47%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=29.41%
G=35.47%
B=35.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702052030.1700.010.20176.5725.9373.53
HexAACDCB110114b11a4a
Octal25231531321012426132112
Binary10101010110011011100101110001011010010110001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDCB; }

 p { color: rgb(170,205,203); }

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

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

 a { background-color: rgb(170,205,203); }

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

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

 span { border-color: rgb(170,205,203); }

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