Html Css Color HEX #96C08B Dark Sea Green

📋 copy color: '#96C08B'

red 150 ◦ green 192 ◦ blue 139

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

Shades of Dark Sea Green #96C08B

Tints of Dark Sea Green #96C08B

RGB

 RED value IS 150 (58.98% from 255) = 31.19%

 GREEN value IS 192 (75.39% from 255) = 39.92%

 BLUE value IS 139 (54.69% from 255) = 28.9%

R = 31.19%
G = 39.92%
B = 28.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#96C08B (or 0x96C08B) is known color: Dark Sea Green. HEX triplet: 96, C0 and 8B. RGB value is (150,192,139). Sum of RGB (Red+Green+Blue) = 150+192+139=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #96C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C08B is #693F74. Grayscale: #ADADAD. Windows color (decimal): -6897525 or 9158806. OLE color: 9158806.

HSL color Cylindrical-coordinate representation of color #96C08B: hue angle of 107.55º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96C08B is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 192 139 -
CMYK 0.22 0 0.28 0.25
HSL 107.55º 0.3% 0.65% -
HSV(B) 107.55º 0.28% 0.75% -
XYZ 36.09 46.05 31.41 -
YUV 173.4 108.59 111.31 -
System Red Green Blue C M Y K H S L
Decimal 150 192 139 0.22 0 0.28 0.25 107.55 0.3 0.65
Hex 96 C0 8B 16 0 1C 19 6C 1E 41
Octal 226 300 213 26 0 34 31 154 36 101
Binary 10010110 11000000 10001011 10110 0 11100 11001 1101100 11110 1000001

Color Harmonies of #96C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C08B

Black with #96C08B

Text Example


Text Example

White with #96C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C08B; }

 p { color: rgb(150,192,139); }

 H1.HeaderClassName
 {
   color: #96C08B;
 }
 .AnyTagClassName
 {
   color: #96C08B;
 }
</style>

background-color css

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

 a { background-color: rgb(150,192,139); }

 div.DivClassName
 {
   background-color: #96C08B;
 }
 .BgClassName
 {
   background-color: #96C08B;
 }
</style>

border-color css

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

 span { border-color: rgb(150,192,139); }

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