#9ac0bc

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

Shades of Shadow Green #9AC0BC

Tints of Shadow Green #9AC0BC

Color information

#9AC0BC (or 0x9AC0BC) is unknown color: approx Shadow Green. HEX triplet: 9A, C0 and BC. RGB value is (154,192,188). Sum of RGB (Red+Green+Blue) = 154+192+188=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0BC is #653F43. Grayscale: #B4B4B4. Windows color (decimal): -6635332 or 12370074. OLE color: 12370074.

HSL color Cylindrical-coordinate representation of color #9AC0BC: hue angle of 173.68º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AC0BC is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB154192188-
CMYK0.2000.020.25
HSL173.68º23.17%67.84%-
HSV(B)173.68º19.79%75.29%-
XYZ41.2548.254.71-
YUV180.18132.41109.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.84%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=28.84%
G=35.96%
B=35.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921880.2000.020.25173.6823.1767.84
Hex9AC0BC140219ae1744
Octal23230027424023125627104
Binary100110101100000010111100101000101100110101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ac0bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,192,188); }

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

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

 a { background-color: rgb(154,192,188); }

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

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

 span { border-color: rgb(154,192,188); }

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