#30BF6A

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

Shades of Medium Sea Green #30BF6A

Tints of Medium Sea Green #30BF6A

Color information

#30BF6A (or 0x30BF6A) is unknown color: approx Medium Sea Green. HEX triplet: 30, BF and 6A. RGB value is (48,191,106). Sum of RGB (Red+Green+Blue) = 48+191+106=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF6A is #CF4095. Grayscale: #8A8A8A. Windows color (decimal): -13582486 or 6995760. OLE color: 6995760.

HSL color Cylindrical-coordinate representation of color #30BF6A: hue angle of 144.34º 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 #30BF6A is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB48191106-
CMYK0.7500.450.25
HSL144.34º59.83%46.86%-
HSV(B)144.34º74.87%74.9%-
XYZ22.4538.9319.97-
YUV138.55109.6263.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=13.91%
G=55.36%
B=30.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481911060.7500.450.25144.3459.8346.86
Hex30BF6A4B02D19903c2f
Octal60277152113055312207457
Binary110000101111111101010100101101011011100110010000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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