#30BF73

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

Shades of Medium Sea Green #30BF73

Tints of Medium Sea Green #30BF73

Color information

#30BF73 (or 0x30BF73) is unknown color: approx Medium Sea Green. HEX triplet: 30, BF and 73. RGB value is (48,191,115). Sum of RGB (Red+Green+Blue) = 48+191+115=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF73 is #CF408C. Grayscale: #8B8B8B. Windows color (decimal): -13582477 or 7585584. OLE color: 7585584.

HSL color Cylindrical-coordinate representation of color #30BF73: hue angle of 148.11º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BF73 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB48191115-
CMYK0.7500.400.25
HSL148.11º59.83%46.86%-
HSV(B)148.11º74.87%74.9%-
XYZ22.9439.1322.56-
YUV139.58114.1262.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.56%
GREEN value IS 191 (75% from 255) = 53.95%
BLUE value IS 115 (45.31% from 255) = 32.49%
R=13.56%
G=53.95%
B=32.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911150.7500.400.25148.1159.8346.86
Hex30BF734B02819943c2f
Octal60277163113050312247457
Binary110000101111111110011100101101010001100110010100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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