#96B994

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

Shades of Dark Sea Green #96B994

Tints of Dark Sea Green #96B994

Color information

#96B994 (or 0x96B994) is unknown color: approx Dark Sea Green. HEX triplet: 96, B9 and 94. RGB value is (150,185,148). Sum of RGB (Red+Green+Blue) = 150+185+148=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #96B994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B994 is #69466B. Grayscale: #AAAAAA. Windows color (decimal): -6899308 or 9746838. OLE color: 9746838.

HSL color Cylindrical-coordinate representation of color #96B994: hue angle of 116.76º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B994 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB150185148-
CMYK0.1900.200.27
HSL116.76º20.9%65.29%-
HSV(B)116.76º20%72.55%-
XYZ35.2743.3234.52-
YUV170.32115.4113.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.06%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=31.06%
G=38.30%
B=30.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851480.1900.200.27116.7620.965.29
Hex96B994130141B751541
Octal226271224230243316525101
Binary10010110101110011001010010011010100110111110101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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