Html Css Color HEX #96C199 Dark Sea Green

📋 copy color: '#96C199'

red 150 ◦ green 193 ◦ blue 153

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

Shades of Dark Sea Green #96C199

Tints of Dark Sea Green #96C199

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

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

R = 30.24%
G = 38.91%
B = 30.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#96C199 (or 0x96C199) is known color: Dark Sea Green. HEX triplet: 96, C1 and 99. RGB value is (150,193,153). Sum of RGB (Red+Green+Blue) = 150+193+153=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #96C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C199 is #693E66. Grayscale: #AFAFAF. Windows color (decimal): -6897255 or 10076566. OLE color: 10076566.

HSL color Cylindrical-coordinate representation of color #96C199: hue angle of 124.19º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C199 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 193 153 -
CMYK 0.22 0 0.21 0.24
HSL 124.19º 0.26% 0.67% -
HSV(B) 124.19º 0.22% 0.76% -
XYZ 37.4 46.92 37.22 -
YUV 175.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 150 193 153 0.22 0 0.21 0.24 124.19 0.26 0.67
Hex 96 C1 99 16 0 15 18 7C 1A 43
Octal 226 301 231 26 0 25 30 174 32 103
Binary 10010110 11000001 10011001 10110 0 10101 11000 1111100 11010 1000011

Color Harmonies of #96C199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C199

Black with #96C199

Text Example


Text Example

White with #96C199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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