#30BF69

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

Shades of Medium Sea Green #30BF69

Tints of Medium Sea Green #30BF69

Color information

#30BF69 (or 0x30BF69) is unknown color: approx Medium Sea Green. HEX triplet: 30, BF and 69. RGB value is (48,191,105). Sum of RGB (Red+Green+Blue) = 48+191+105=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #30BF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BF69 is #CF4096. Grayscale: #8A8A8A. Windows color (decimal): -13582487 or 6930224. OLE color: 6930224.

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

Color convert

RGB48191105-
CMYK0.7500.450.25
HSL143.92º59.83%46.86%-
HSV(B)143.92º74.87%74.9%-
XYZ22.438.9119.69-
YUV138.44109.1263.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.95%
GREEN value IS 191 (75% from 255) = 55.52%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=13.95%
G=55.52%
B=30.52%

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
Decimal481911050.7500.450.25143.9259.8346.86
Hex30BF694B02D19903c2f
Octal60277151113055312207457
Binary110000101111111101001100101101011011100110010000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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