#30CA7C

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

Shades of Medium Sea Green #30CA7C

Tints of Medium Sea Green #30CA7C

Color information

#30CA7C (or 0x30CA7C) is unknown color: approx Medium Sea Green. HEX triplet: 30, CA and 7C. RGB value is (48,202,124). Sum of RGB (Red+Green+Blue) = 48+202+124=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CA7C is #CF3583. Grayscale: #939393. Windows color (decimal): -13579652 or 8178224. OLE color: 8178224.

HSL color Cylindrical-coordinate representation of color #30CA7C: hue angle of 149.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA7C is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB48202124-
CMYK0.7600.390.21
HSL149.61º61.6%49.02%-
HSV(B)149.61º76.24%79.22%-
XYZ25.9844.3226.26-
YUV147.06114.9857.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.83%
GREEN value IS 202 (79.30% from 255) = 54.01%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=12.83%
G=54.01%
B=33.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal482021240.7600.390.21149.6161.649.02
Hex30CA7C4C02715963e31
Octal60312174114047252267661
Binary110000110010101111100100110001001111010110010110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,202,124); }

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

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

 a { background-color: rgb(48,202,124); }

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

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

 span { border-color: rgb(48,202,124); }

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