#94C091

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

Shades of Dark Sea Green #94C091

Tints of Dark Sea Green #94C091

Color information

#94C091 (or 0x94C091) is unknown color: approx Dark Sea Green. HEX triplet: 94, C0 and 91. RGB value is (148,192,145). Sum of RGB (Red+Green+Blue) = 148+192+145=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #94C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C091 is #6B3F6E. Grayscale: #ADADAD. Windows color (decimal): -7028591 or 9552020. OLE color: 9552020.

HSL color Cylindrical-coordinate representation of color #94C091: hue angle of 116.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C091 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB148192145-
CMYK0.2300.240.25
HSL116.17º27.17%66.08%-
HSV(B)116.17º24.48%75.29%-
XYZ36.1746.0433.77-
YUV173.49111.92109.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.52%
GREEN value IS 192 (75.39% from 255) = 39.59%
BLUE value IS 145 (57.03% from 255) = 29.90%
R=30.52%
G=39.59%
B=29.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481921450.2300.240.25116.1727.1766.08
Hex94C0911701819741b42
Octal224300221270303116433102
Binary10010100110000001001000110111011000110011110100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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