#30B161

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

Shades of Medium Sea Green #30B161

Tints of Medium Sea Green #30B161

Color information

#30B161 (or 0x30B161) is unknown color: approx Medium Sea Green. HEX triplet: 30, B1 and 61. RGB value is (48,177,97). Sum of RGB (Red+Green+Blue) = 48+177+97=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 177 (69.53% from 255 or 54.97% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 177 - color contains mainly: green. Hex color #30B161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B161 is #CF4E9E. Grayscale: #818181. Windows color (decimal): -13586079 or 6402352. OLE color: 6402352.

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

Color convert

RGB4817797-
CMYK0.7300.450.31
HSL142.79º57.33%44.12%-
HSV(B)142.79º72.88%69.41%-
XYZ19.132.9416.66-
YUV129.31109.7670-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 177 (69.53% from 255) = 54.97%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=14.91%
G=54.97%
B=30.12%

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
Decimal48177970.7300.450.31142.7957.3344.12
Hex30B1614902D1F8f392c
Octal60261141111055372177154
Binary110000101100011100001100100101011011111110001111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,177,97); }

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

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

 a { background-color: rgb(48,177,97); }

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

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

 span { border-color: rgb(48,177,97); }

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