#9CBA9E

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

Shades of Dark Sea Green #9CBA9E

Tints of Dark Sea Green #9CBA9E

Color information

#9CBA9E (or 0x9CBA9E) is unknown color: approx Dark Sea Green. HEX triplet: 9C, BA and 9E. RGB value is (156,186,158). Sum of RGB (Red+Green+Blue) = 156+186+158=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA9E is #634561. Grayscale: #ADADAD. Windows color (decimal): -6505826 or 10402460. OLE color: 10402460.

HSL color Cylindrical-coordinate representation of color #9CBA9E: hue angle of 124º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9CBA9E is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB156186158-
CMYK0.1600.150.27
HSL124º17.86%67.06%-
HSV(B)124º16.13%72.94%-
XYZ37.4444.6538.99-
YUV173.84119.06115.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=31.2%
G=37.2%
B=31.6%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861580.1600.150.2712417.8667.06
Hex9CBA9E100F1B7c1243
Octal234272236200173317422103
Binary1001110010111010100111101000001111110111111100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,158); }

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

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

 a { background-color: rgb(156,186,158); }

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

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

 span { border-color: rgb(156,186,158); }

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