#30BA73

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

Shades of Medium Sea Green #30BA73

Tints of Medium Sea Green #30BA73

Color information

#30BA73 (or 0x30BA73) is unknown color: approx Medium Sea Green. HEX triplet: 30, BA and 73. RGB value is (48,186,115). Sum of RGB (Red+Green+Blue) = 48+186+115=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA73 is #CF458C. Grayscale: #888888. Windows color (decimal): -13583757 or 7584304. OLE color: 7584304.

HSL color Cylindrical-coordinate representation of color #30BA73: hue angle of 149.13º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA73 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB48186115-
CMYK0.7400.380.27
HSL149.13º58.97%45.88%-
HSV(B)149.13º74.19%72.94%-
XYZ21.8736.9822.21-
YUV136.64115.7864.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.75%
GREEN value IS 186 (73.05% from 255) = 53.30%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=13.75%
G=53.30%
B=32.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481861150.7400.380.27149.1358.9745.88
Hex30BA734A0261B953b2e
Octal60272163112046332257356
Binary110000101110101110011100101001001101101110010101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30BA73; }

 p { color: rgb(48,186,115); }

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

<style>
 a { background-color: #30BA73; }

 a { background-color: rgb(48,186,115); }

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

<style>
 span { border-color: #30BA73; }

 span { border-color: rgb(48,186,115); }

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