#30BB7B

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

Shades of Medium Sea Green #30BB7B

Tints of Medium Sea Green #30BB7B

Color information

#30BB7B (or 0x30BB7B) is unknown color: approx Medium Sea Green. HEX triplet: 30, BB and 7B. RGB value is (48,187,123). Sum of RGB (Red+Green+Blue) = 48+187+123=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BB7B is #CF4484. Grayscale: #8A8A8A. Windows color (decimal): -13583493 or 8108848. OLE color: 8108848.

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

Color convert

RGB48187123-
CMYK0.7400.340.27
HSL152.37º59.15%46.08%-
HSV(B)152.37º74.33%73.33%-
XYZ22.5637.624.81-
YUV138.14119.4563.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.41%
GREEN value IS 187 (73.44% from 255) = 52.23%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=13.41%
G=52.23%
B=34.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481871230.7400.340.27152.3759.1546.08
Hex30BB7B4A0221B983b2e
Octal60273173112042332307356
Binary110000101110111111011100101001000101101110011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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