#96C190

Color #96C190 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #96C190

Tints of Dark Sea Green #96C190

Color information

#96C190 (or 0x96C190) is unknown color: approx Dark Sea Green. HEX triplet: 96, C1 and 90. RGB value is (150,193,144). Sum of RGB (Red+Green+Blue) = 150+193+144=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #96C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C190 is #693E6F. Grayscale: #AEAEAE. Windows color (decimal): -6897264 or 9486742. OLE color: 9486742.

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

Color convert

RGB150193144-
CMYK0.2200.250.24
HSL112.65º28.32%66.08%-
HSV(B)112.65º25.39%75.69%-
XYZ36.6846.6433.45-
YUV174.56110.75110.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.80%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 144 (56.64% from 255) = 29.57%
R=30.80%
G=39.63%
B=29.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931440.2200.250.24112.6528.3266.08
Hex96C1901601918711c42
Octal226301220260313016134102
Binary10010110110000011001000010110011001110001110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96C190;
 }
 .AnyTagClassName
 {
   color: #96C190;
 }
</style>
background-color css

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

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

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

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

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

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