Html Css Color HEX #96BB9B Dark Sea Green

📋 copy color: '#96BB9B'

red 150 ◦ green 187 ◦ blue 155

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

Shades of Dark Sea Green #96BB9B

Tints of Dark Sea Green #96BB9B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.01%

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

R = 30.49%
G = 38.01%
B = 31.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#96BB9B (or 0x96BB9B) is known color: Dark Sea Green. HEX triplet: 96, BB and 9B. RGB value is (150,187,155). Sum of RGB (Red+Green+Blue) = 150+187+155=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB9B is #694464. Grayscale: #ACACAC. Windows color (decimal): -6898789 or 10206102. OLE color: 10206102.

HSL color Cylindrical-coordinate representation of color #96BB9B: hue angle of 128.11º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BB9B is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 155 -
CMYK 0.20 0 0.17 0.27
HSL 128.11º 0.21% 0.66% -
HSV(B) 128.11º 0.2% 0.73% -
XYZ 36.26 44.39 37.67 -
YUV 172.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 150 187 155 0.20 0 0.17 0.27 128.11 0.21 0.66
Hex 96 BB 9B 14 0 11 1B 80 15 42
Octal 226 273 233 24 0 21 33 200 25 102
Binary 10010110 10111011 10011011 10100 0 10001 11011 10000000 10101 1000010

Color Harmonies of #96BB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB9B

Black with #96BB9B

Text Example


Text Example

White with #96BB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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