#94B591

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

Shades of Dark Sea Green #94B591

Tints of Dark Sea Green #94B591

Color information

#94B591 (or 0x94B591) is unknown color: approx Dark Sea Green. HEX triplet: 94, B5 and 91. RGB value is (148,181,145). Sum of RGB (Red+Green+Blue) = 148+181+145=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 181 - color contains mainly: green. Hex color #94B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B591 is #6B4A6E. Grayscale: #A7A7A7. Windows color (decimal): -7031407 or 9549204. OLE color: 9549204.

HSL color Cylindrical-coordinate representation of color #94B591: hue angle of 115º 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 #94B591 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB148181145-
CMYK0.1800.200.29
HSL115º19.57%63.92%-
HSV(B)115º19.89%70.98%-
XYZ33.8541.3932.99-
YUV167.03115.57114.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 181 (71.09% from 255) = 38.19%
BLUE value IS 145 (57.03% from 255) = 30.59%
R=31.22%
G=38.19%
B=30.59%

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
Decimal1481811450.1800.200.2911519.5763.92
Hex94B591120141D731440
Octal224265221220243516324100
Binary10010100101101011001000110010010100111011110011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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