Html Css Color HEX #96BB99 Dark Sea Green

📋 copy color: '#96BB99'

red 150 ◦ green 187 ◦ blue 153

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

Shades of Dark Sea Green #96BB99

Tints of Dark Sea Green #96BB99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.22%

R = 30.61%
G = 38.16%
B = 31.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#96BB99 (or 0x96BB99) is known color: Dark Sea Green. HEX triplet: 96, BB and 99. RGB value is (150,187,153). Sum of RGB (Red+Green+Blue) = 150+187+153=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB99 is #694466. Grayscale: #ACACAC. Windows color (decimal): -6898791 or 10075030. OLE color: 10075030.

HSL color Cylindrical-coordinate representation of color #96BB99: hue angle of 124.86º 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 #96BB99 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 153 -
CMYK 0.20 0 0.18 0.27
HSL 124.86º 0.21% 0.66% -
HSV(B) 124.86º 0.2% 0.73% -
XYZ 36.1 44.32 36.79 -
YUV 172.06 117.24 112.26 -
System Red Green Blue C M Y K H S L
Decimal 150 187 153 0.20 0 0.18 0.27 124.86 0.21 0.66
Hex 96 BB 99 14 0 12 1B 7D 15 42
Octal 226 273 231 24 0 22 33 175 25 102
Binary 10010110 10111011 10011001 10100 0 10010 11011 1111101 10101 1000010

Color Harmonies of #96BB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB99

Black with #96BB99

Text Example


Text Example

White with #96BB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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