#30B96A

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

Shades of Medium Sea Green #30B96A

Tints of Medium Sea Green #30B96A

Color information

#30B96A (or 0x30B96A) is unknown color: approx Medium Sea Green. HEX triplet: 30, B9 and 6A. RGB value is (48,185,106). Sum of RGB (Red+Green+Blue) = 48+185+106=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #30B96A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30B96A is #CF4695. Grayscale: #878787. Windows color (decimal): -13584022 or 6994224. OLE color: 6994224.

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

Color convert

RGB48185106-
CMYK0.7400.430.27
HSL145.4º58.8%45.69%-
HSV(B)145.4º74.05%72.55%-
XYZ21.1736.3719.54-
YUV135.03111.6165.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 185 (72.66% from 255) = 54.57%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=14.16%
G=54.57%
B=31.27%

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
Decimal481851060.7400.430.27145.458.845.69
Hex30B96A4A02B1B913b2e
Octal60271152112053332217356
Binary110000101110011101010100101001010111101110010001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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