#96C19B

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

Shades of Dark Sea Green #96C19B

Tints of Dark Sea Green #96C19B

Color information

#96C19B (or 0x96C19B) is unknown color: approx Dark Sea Green. HEX triplet: 96, C1 and 9B. RGB value is (150,193,155). Sum of RGB (Red+Green+Blue) = 150+193+155=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #96C19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C19B is #693E64. Grayscale: #AFAFAF. Windows color (decimal): -6897253 or 10207638. OLE color: 10207638.

HSL color Cylindrical-coordinate representation of color #96C19B: hue angle of 126.98º 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 #96C19B is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB150193155-
CMYK0.2200.200.24
HSL126.98º25.75%67.25%-
HSV(B)126.98º22.28%75.69%-
XYZ37.5646.9938.1-
YUV175.81116.25109.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.12%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=30.12%
G=38.76%
B=31.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501931550.2200.200.24126.9825.7567.25
Hex96C19B16014187f1a43
Octal226301233260243017732103
Binary10010110110000011001101110110010100110001111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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