#94B196

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

Shades of Dark Sea Green #94B196

Tints of Dark Sea Green #94B196

Color information

#94B196 (or 0x94B196) is unknown color: approx Dark Sea Green. HEX triplet: 94, B1 and 96. RGB value is (148,177,150). Sum of RGB (Red+Green+Blue) = 148+177+150=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #94B196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94B196 is #6B4E69. Grayscale: #A5A5A5. Windows color (decimal): -7032426 or 9875860. OLE color: 9875860.

HSL color Cylindrical-coordinate representation of color #94B196: hue angle of 124.14º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94B196 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB148177150-
CMYK0.1600.150.31
HSL124.14º15.68%63.73%-
HSV(B)124.14º16.38%69.41%-
XYZ33.4439.9434.8-
YUV165.25119.39115.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=31.16%
G=37.26%
B=31.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481771500.1600.150.31124.1415.6863.73
Hex94B196100F1F7c1040
Octal224261226200173717420100
Binary1001010010110001100101101000001111111111111100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B196; }

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

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

<style>
 a { background-color: #94B196; }

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

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

<style>
 span { border-color: #94B196; }

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

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