#94B590

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

Shades of Dark Sea Green #94B590

Tints of Dark Sea Green #94B590

Color information

#94B590 (or 0x94B590) is unknown color: approx Dark Sea Green. HEX triplet: 94, B5 and 90. RGB value is (148,181,144). Sum of RGB (Red+Green+Blue) = 148+181+144=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 181 - color contains mainly: green. Hex color #94B590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B590 is #6B4A6F. Grayscale: #A7A7A7. Windows color (decimal): -7031408 or 9483668. OLE color: 9483668.

HSL color Cylindrical-coordinate representation of color #94B590: hue angle of 113.51º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B590 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB148181144-
CMYK0.1800.200.29
HSL113.51º20%63.73%-
HSV(B)113.51º20.44%70.98%-
XYZ33.7741.3632.59-
YUV166.92115.07114.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 181 (71.09% from 255) = 38.27%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=31.29%
G=38.27%
B=30.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481811440.1800.200.29113.512063.73
Hex94B590120141D721440
Octal224265220220243516224100
Binary10010100101101011001000010010010100111011110010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,181,144); }

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

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

 a { background-color: rgb(148,181,144); }

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

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

 span { border-color: rgb(148,181,144); }

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