#30C27D

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

Shades of Medium Sea Green #30C27D

Tints of Medium Sea Green #30C27D

Color information

#30C27D (or 0x30C27D) is unknown color: approx Medium Sea Green. HEX triplet: 30, C2 and 7D. RGB value is (48,194,125). Sum of RGB (Red+Green+Blue) = 48+194+125=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #30C27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C27D is #CF3D82. Grayscale: #8E8E8E. Windows color (decimal): -13581699 or 8241712. OLE color: 8241712.

HSL color Cylindrical-coordinate representation of color #30C27D: hue angle of 151.64º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C27D is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB48194125-
CMYK0.7500.360.24
HSL151.64º60.33%47.45%-
HSV(B)151.64º75.26%76.08%-
XYZ24.2140.6925.98-
YUV142.48118.1360.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.08%
GREEN value IS 194 (76.17% from 255) = 52.86%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=13.08%
G=52.86%
B=34.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481941250.7500.360.24151.6460.3347.45
Hex30C27D4B02418983c2f
Octal60302175113044302307457
Binary110000110000101111101100101101001001100010011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,194,125); }

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

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

 a { background-color: rgb(48,194,125); }

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

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

 span { border-color: rgb(48,194,125); }

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