Html Css Color HEX #96BB9A Dark Sea Green

📋 copy color: '#96BB9A'

red 150 ◦ green 187 ◦ blue 154

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

Shades of Dark Sea Green #96BB9A

Tints of Dark Sea Green #96BB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.36%

R = 30.55%
G = 38.09%
B = 31.36%

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

#96BB9A (or 0x96BB9A) is known color: Dark Sea Green. HEX triplet: 96, BB and 9A. RGB value is (150,187,154). Sum of RGB (Red+Green+Blue) = 150+187+154=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB9A is #694465. Grayscale: #ACACAC. Windows color (decimal): -6898790 or 10140566. OLE color: 10140566.

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

Color convert

RGB 150 187 154 -
CMYK 0.20 0 0.18 0.27
HSL 126.49º 0.21% 0.66% -
HSV(B) 126.49º 0.2% 0.73% -
XYZ 36.18 44.36 37.23 -
YUV 172.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 150 187 154 0.20 0 0.18 0.27 126.49 0.21 0.66
Hex 96 BB 9A 14 0 12 1B 7E 15 42
Octal 226 273 232 24 0 22 33 176 25 102
Binary 10010110 10111011 10011010 10100 0 10010 11011 1111110 10101 1000010

Color Harmonies of #96BB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB9A

Black with #96BB9A

Text Example


Text Example

White with #96BB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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