#30B060

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

Shades of Medium Sea Green #30B060

Tints of Medium Sea Green #30B060

Color information

#30B060 (or 0x30B060) is unknown color: approx Medium Sea Green. HEX triplet: 30, B0 and 60. RGB value is (48,176,96). Sum of RGB (Red+Green+Blue) = 48+176+96=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #30B060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B060 is #CF4F9F. Grayscale: #808080. Windows color (decimal): -13586336 or 6336560. OLE color: 6336560.

HSL color Cylindrical-coordinate representation of color #30B060: hue angle of 142.5º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B060 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB4817696-
CMYK0.7300.450.31
HSL142.5º57.14%43.92%-
HSV(B)142.5º72.73%69.02%-
XYZ18.8632.5216.35-
YUV128.61109.5970.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15%
GREEN value IS 176 (69.14% from 255) = 55%
BLUE value IS 96 (37.89% from 255) = 30%
R=15%
G=55%
B=30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48176960.7300.450.31142.557.1443.92
Hex30B0604902D1F8e392c
Octal60260140111055372167154
Binary110000101100001100000100100101011011111110001110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,176,96); }

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

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

 a { background-color: rgb(48,176,96); }

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

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

 span { border-color: rgb(48,176,96); }

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