#96BC94

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

Shades of Dark Sea Green #96BC94

Tints of Dark Sea Green #96BC94

Color information

#96BC94 (or 0x96BC94) is unknown color: approx Dark Sea Green. HEX triplet: 96, BC and 94. RGB value is (150,188,148). Sum of RGB (Red+Green+Blue) = 150+188+148=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 148 (58.20% from 255 or 30.45% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC94 is #69436B. Grayscale: #ACACAC. Windows color (decimal): -6898540 or 9747606. OLE color: 9747606.

HSL color Cylindrical-coordinate representation of color #96BC94: hue angle of 117º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BC94 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB150188148-
CMYK0.2000.210.26
HSL117º22.99%65.88%-
HSV(B)117º21.28%73.73%-
XYZ35.9144.5934.73-
YUV172.08114.41112.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 188 (73.83% from 255) = 38.68%
BLUE value IS 148 (58.20% from 255) = 30.45%
R=30.86%
G=38.68%
B=30.45%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881480.2000.210.2611722.9965.88
Hex96BC94140151A751742
Octal226274224240253216527102
Binary10010110101111001001010010100010101110101110101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,148); }

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

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

 a { background-color: rgb(150,188,148); }

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

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

 span { border-color: rgb(150,188,148); }

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