Html Css Color HEX #96BF8E Dark Sea Green

📋 copy color: '#96BF8E'

red 150 ◦ green 191 ◦ blue 142

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

Shades of Dark Sea Green #96BF8E

Tints of Dark Sea Green #96BF8E

RGB

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

 GREEN value IS 191 (75% from 255) = 39.54%

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 31.06%
G = 39.54%
B = 29.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#96BF8E (or 0x96BF8E) is known color: Dark Sea Green. HEX triplet: 96, BF and 8E. RGB value is (150,191,142). Sum of RGB (Red+Green+Blue) = 150+191+142=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #96BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BF8E is #694071. Grayscale: #ADADAD. Windows color (decimal): -6897778 or 9355158. OLE color: 9355158.

HSL color Cylindrical-coordinate representation of color #96BF8E: hue angle of 110.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96BF8E is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 191 142 -
CMYK 0.21 0 0.26 0.25
HSL 110.2º 0.28% 0.65% -
HSV(B) 110.2º 0.26% 0.75% -
XYZ 36.09 45.7 32.51 -
YUV 173.16 110.42 111.48 -
System Red Green Blue C M Y K H S L
Decimal 150 191 142 0.21 0 0.26 0.25 110.2 0.28 0.65
Hex 96 BF 8E 15 0 1A 19 6E 1C 41
Octal 226 277 216 25 0 32 31 156 34 101
Binary 10010110 10111111 10001110 10101 0 11010 11001 1101110 11100 1000001

Color Harmonies of #96BF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BF8E

Black with #96BF8E

Text Example


Text Example

White with #96BF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,191,142); }

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

background-color css

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

 a { background-color: rgb(150,191,142); }

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

border-color css

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

 span { border-color: rgb(150,191,142); }

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