#30B96D

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

Shades of Medium Sea Green #30B96D

Tints of Medium Sea Green #30B96D

Color information

#30B96D (or 0x30B96D) is unknown color: approx Medium Sea Green. HEX triplet: 30, B9 and 6D. RGB value is (48,185,109). Sum of RGB (Red+Green+Blue) = 48+185+109=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 185 (72.66% from 255 or 54.09% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 185 - color contains mainly: green. Hex color #30B96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B96D is #CF4692. Grayscale: #878787. Windows color (decimal): -13584019 or 7190832. OLE color: 7190832.

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

Color convert

RGB48185109-
CMYK0.7400.410.27
HSL146.72º58.8%45.69%-
HSV(B)146.72º74.05%72.55%-
XYZ21.3336.4320.38-
YUV135.37113.1165.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 185 (72.66% from 255) = 54.09%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=14.04%
G=54.09%
B=31.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481851090.7400.410.27146.7258.845.69
Hex30B96D4A0291B933b2e
Octal60271155112051332237356
Binary110000101110011101101100101001010011101110010011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,185,109); }

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

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

 a { background-color: rgb(48,185,109); }

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

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

 span { border-color: rgb(48,185,109); }

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