Html Css Color HEX #9CBA9E Dark Sea Green

📋 copy color: '#9CBA9E'

red 156 ◦ green 186 ◦ blue 158

#9CBA9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #9CBA9E

Tints of Dark Sea Green #9CBA9E

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 value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#9CBA9E (or 0x9CBA9E) is known color: 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

RGB 156 186 158 -
CMYK 0.16 0 0.15 0.27
HSL 124º 0.18% 0.67% -
HSV(B) 124º 0.16% 0.73% -
XYZ 37.44 44.65 38.99 -
YUV 173.84 119.06 115.28 -
System Red Green Blue C M Y K H S L
Decimal 156 186 158 0.16 0 0.15 0.27 124 0.18 0.67
Hex 9C BA 9E 10 0 F 1B 7C 12 43
Octal 234 272 236 20 0 17 33 174 22 103
Binary 10011100 10111010 10011110 10000 0 1111 11011 1111100 10010 1000011

Color Harmonies of #9CBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA9E

Black with #9CBA9E

Text Example


Text Example

White with #9CBA9E

Text Example


Text Example

HTML Codes & Css Web 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>