#30BB7A

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

Shades of Medium Sea Green #30BB7A

Tints of Medium Sea Green #30BB7A

Color information

#30BB7A (or 0x30BB7A) is unknown color: approx Medium Sea Green. HEX triplet: 30, BB and 7A. RGB value is (48,187,122). Sum of RGB (Red+Green+Blue) = 48+187+122=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 187 (73.44% from 255 or 52.38% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BB7A is #CF4485. Grayscale: #8A8A8A. Windows color (decimal): -13583494 or 8043312. OLE color: 8043312.

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

Color convert

RGB48187122-
CMYK0.7400.350.27
HSL151.94º59.15%46.08%-
HSV(B)151.94º74.33%73.33%-
XYZ22.537.5724.48-
YUV138.03118.9563.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 187 (73.44% from 255) = 52.38%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=13.45%
G=52.38%
B=34.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481871220.7400.350.27151.9459.1546.08
Hex30BB7A4A0231B983b2e
Octal60273172112043332307356
Binary110000101110111111010100101001000111101110011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,187,122); }

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

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

 a { background-color: rgb(48,187,122); }

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

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

 span { border-color: rgb(48,187,122); }

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