#9ACCC5

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

Shades of Sinbad #9ACCC5

Tints of Sinbad #9ACCC5

Color information

#9ACCC5 (or 0x9ACCC5) is unknown color: approx Sinbad. HEX triplet: 9A, CC and C5. RGB value is (154,204,197). Sum of RGB (Red+Green+Blue) = 154+204+197=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCC5 is #65333A. Grayscale: #BCBCBC. Windows color (decimal): -6632251 or 12962970. OLE color: 12962970.

HSL color Cylindrical-coordinate representation of color #9ACCC5: hue angle of 171.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACCC5 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB154204197-
CMYK0.2500.030.2
HSL171.6º32.89%70.2%-
HSV(B)171.6º24.51%80%-
XYZ4554.0960.89-
YUV188.25132.94103.57-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.75%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=27.75%
G=36.76%
B=35.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1542041970.2500.030.2171.632.8970.2
Hex9ACCC5190314ac2146
Octal23231430531032425441106
Binary1001101011001100110001011100101110100101011001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACCC5; }

 p { color: rgb(154,204,197); }

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

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

 a { background-color: rgb(154,204,197); }

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

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

 span { border-color: rgb(154,204,197); }

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