#94BC93

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

Shades of Dark Sea Green #94BC93

Tints of Dark Sea Green #94BC93

Color information

#94BC93 (or 0x94BC93) is unknown color: approx Dark Sea Green. HEX triplet: 94, BC and 93. RGB value is (148,188,147). Sum of RGB (Red+Green+Blue) = 148+188+147=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC93 is #6B436C. Grayscale: #ABABAB. Windows color (decimal): -7029613 or 9682068. OLE color: 9682068.

HSL color Cylindrical-coordinate representation of color #94BC93: hue angle of 118.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BC93 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB148188147-
CMYK0.2100.220.26
HSL118.54º23.43%65.69%-
HSV(B)118.54º21.81%73.73%-
XYZ35.4644.3734.3-
YUV171.37114.25111.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 147 (57.81% from 255) = 30.43%
R=30.64%
G=38.92%
B=30.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481881470.2100.220.26118.5423.4365.69
Hex94BC93150161A771742
Octal224274223250263216727102
Binary10010100101111001001001110101010110110101110111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,188,147); }

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

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

 a { background-color: rgb(148,188,147); }

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

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

 span { border-color: rgb(148,188,147); }

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