Html Css Color HEX #96BC9B Dark Sea Green

📋 copy color: '#96BC9B'

red 150 ◦ green 188 ◦ blue 155

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

Shades of Dark Sea Green #96BC9B

Tints of Dark Sea Green #96BC9B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.13%

 BLUE value IS 155 (60.94% from 255) = 31.44%

R = 30.43%
G = 38.13%
B = 31.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#96BC9B (or 0x96BC9B) is known color: Dark Sea Green. HEX triplet: 96, BC and 9B. RGB value is (150,188,155). Sum of RGB (Red+Green+Blue) = 150+188+155=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC9B is #694364. Grayscale: #ACACAC. Windows color (decimal): -6898533 or 10206358. OLE color: 10206358.

HSL color Cylindrical-coordinate representation of color #96BC9B: hue angle of 127.89º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BC9B is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 188 155 -
CMYK 0.20 0 0.18 0.26
HSL 127.89º 0.22% 0.66% -
HSV(B) 127.89º 0.2% 0.74% -
XYZ 36.48 44.82 37.74 -
YUV 172.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 150 188 155 0.20 0 0.18 0.26 127.89 0.22 0.66
Hex 96 BC 9B 14 0 12 1A 80 16 42
Octal 226 274 233 24 0 22 32 200 26 102
Binary 10010110 10111100 10011011 10100 0 10010 11010 10000000 10110 1000010

Color Harmonies of #96BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BC9B

Black with #96BC9B

Text Example


Text Example

White with #96BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,155); }

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

background-color css

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

 a { background-color: rgb(150,188,155); }

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

border-color css

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

 span { border-color: rgb(150,188,155); }

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