#30AE70

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

Shades of Medium Sea Green #30AE70

Tints of Medium Sea Green #30AE70

Color information

#30AE70 (or 0x30AE70) is unknown color: approx Medium Sea Green. HEX triplet: 30, AE and 70. RGB value is (48,174,112). Sum of RGB (Red+Green+Blue) = 48+174+112=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #30AE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AE70 is #CF518F. Grayscale: #818181. Windows color (decimal): -13586832 or 7384624. OLE color: 7384624.

HSL color Cylindrical-coordinate representation of color #30AE70: hue angle of 150.48º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AE70 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB48174112-
CMYK0.7200.360.32
HSL150.48º56.76%43.53%-
HSV(B)150.48º72.41%68.24%-
XYZ19.2832.0720.5-
YUV129.26118.2670.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 174 (68.36% from 255) = 52.10%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=14.37%
G=52.10%
B=33.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481741120.7200.360.32150.4856.7643.53
Hex30AE70480242096392c
Octal60256160110044402267154
Binary1100001010111011100001001000010010010000010010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,174,112); }

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

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

 a { background-color: rgb(48,174,112); }

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

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

 span { border-color: rgb(48,174,112); }

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