Html Css Color HEX #96C08F Dark Sea Green

📋 copy color: '#96C08F'

red 150 ◦ green 192 ◦ blue 143

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

Shades of Dark Sea Green #96C08F

Tints of Dark Sea Green #96C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.59%

 BLUE value IS 143 (56.25% from 255) = 29.48%

R = 30.93%
G = 39.59%
B = 29.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#96C08F (or 0x96C08F) is known color: Dark Sea Green. HEX triplet: 96, C0 and 8F. RGB value is (150,192,143). Sum of RGB (Red+Green+Blue) = 150+192+143=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #96C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C08F is #693F70. Grayscale: #AEAEAE. Windows color (decimal): -6897521 or 9420950. OLE color: 9420950.

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

Color convert

RGB 150 192 143 -
CMYK 0.22 0 0.26 0.25
HSL 111.43º 0.28% 0.66% -
HSV(B) 111.43º 0.26% 0.75% -
XYZ 36.39 46.17 32.98 -
YUV 173.86 110.59 110.98 -
System Red Green Blue C M Y K H S L
Decimal 150 192 143 0.22 0 0.26 0.25 111.43 0.28 0.66
Hex 96 C0 8F 16 0 1A 19 6F 1C 42
Octal 226 300 217 26 0 32 31 157 34 102
Binary 10010110 11000000 10001111 10110 0 11010 11001 1101111 11100 1000010

Color Harmonies of #96C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C08F

Black with #96C08F

Text Example


Text Example

White with #96C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,192,143); }

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

background-color css

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

 a { background-color: rgb(150,192,143); }

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

border-color css

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

 span { border-color: rgb(150,192,143); }

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