#93BC94

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

Shades of Dark Sea Green #93BC94

Tints of Dark Sea Green #93BC94

Color information

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

HSL color Cylindrical-coordinate representation of color #93BC94: hue angle of 121.46º 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 #93BC94 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB147188148-
CMYK0.2200.210.26
HSL121.46º23.43%65.69%-
HSV(B)121.46º21.81%73.73%-
XYZ35.3644.3134.71-
YUV171.18114.92110.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471881480.2200.210.26121.4623.4365.69
Hex93BC94160151A791742
Octal223274224260253217127102
Binary10010011101111001001010010110010101110101111001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93BC94; }

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

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

<style>
 a { background-color: #93BC94; }

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

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

<style>
 span { border-color: #93BC94; }

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

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