Html Css Color HEX #96BA9B Dark Sea Green

📋 copy color: '#96BA9B'

red 150 ◦ green 186 ◦ blue 155

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

Shades of Dark Sea Green #96BA9B

Tints of Dark Sea Green #96BA9B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

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

R = 30.55%
G = 37.88%
B = 31.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#96BA9B (or 0x96BA9B) is known color: Dark Sea Green. HEX triplet: 96, BA and 9B. RGB value is (150,186,155). Sum of RGB (Red+Green+Blue) = 150+186+155=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BA9B is #694564. Grayscale: #ABABAB. Windows color (decimal): -6899045 or 10205846. OLE color: 10205846.

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

Color convert

RGB 150 186 155 -
CMYK 0.19 0 0.17 0.27
HSL 128.33º 0.21% 0.66% -
HSV(B) 128.33º 0.19% 0.73% -
XYZ 36.05 43.97 37.6 -
YUV 171.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 150 186 155 0.19 0 0.17 0.27 128.33 0.21 0.66
Hex 96 BA 9B 13 0 11 1B 80 15 42
Octal 226 272 233 23 0 21 33 200 25 102
Binary 10010110 10111010 10011011 10011 0 10001 11011 10000000 10101 1000010

Color Harmonies of #96BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BA9B

Black with #96BA9B

Text Example


Text Example

White with #96BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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