#30BA6A

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

Shades of Medium Sea Green #30BA6A

Tints of Medium Sea Green #30BA6A

Color information

#30BA6A (or 0x30BA6A) is unknown color: approx Medium Sea Green. HEX triplet: 30, BA and 6A. RGB value is (48,186,106). Sum of RGB (Red+Green+Blue) = 48+186+106=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 186 (73.05% from 255 or 54.71% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA6A is #CF4595. Grayscale: #878787. Windows color (decimal): -13583766 or 6994480. OLE color: 6994480.

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

Color convert

RGB48186106-
CMYK0.7400.430.27
HSL145.22º58.97%45.88%-
HSV(B)145.22º74.19%72.94%-
XYZ21.3836.7919.61-
YUV135.62111.2865.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.12%
GREEN value IS 186 (73.05% from 255) = 54.71%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=14.12%
G=54.71%
B=31.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481861060.7400.430.27145.2258.9745.88
Hex30BA6A4A02B1B913b2e
Octal60272152112053332217356
Binary110000101110101101010100101001010111101110010001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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