#30BA5E

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

Shades of Medium Sea Green #30BA5E

Tints of Medium Sea Green #30BA5E

Color information

#30BA5E (or 0x30BA5E) is unknown color: approx Medium Sea Green. HEX triplet: 30, BA and 5E. RGB value is (48,186,94). Sum of RGB (Red+Green+Blue) = 48+186+94=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA5E is #CF45A1. Grayscale: #868686. Windows color (decimal): -13583778 or 6208048. OLE color: 6208048.

HSL color Cylindrical-coordinate representation of color #30BA5E: hue angle of 140º 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 #30BA5E is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB4818694-
CMYK0.7400.490.27
HSL140º58.97%45.88%-
HSV(B)140º74.19%72.94%-
XYZ20.836.5516.55-
YUV134.25105.2866.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 186 (73.05% from 255) = 56.71%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=14.63%
G=56.71%
B=28.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48186940.7400.490.2714058.9745.88
Hex30BA5E4A0311B8c3b2e
Octal60272136112061332147356
Binary110000101110101011110100101001100011101110001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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