#30A575

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

Shades of Medium Sea Green #30A575

Tints of Medium Sea Green #30A575

Color information

#30A575 (or 0x30A575) is unknown color: approx Medium Sea Green. HEX triplet: 30, A5 and 75. RGB value is (48,165,117). Sum of RGB (Red+Green+Blue) = 48+165+117=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #30A575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A575 is #CF5A8A. Grayscale: #7C7C7C. Windows color (decimal): -13589131 or 7710000. OLE color: 7710000.

HSL color Cylindrical-coordinate representation of color #30A575: hue angle of 155.38º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A575 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB48165117-
CMYK0.7100.290.35
HSL155.38º54.93%41.76%-
HSV(B)155.38º70.91%64.71%-
XYZ17.8828.8221.45-
YUV124.54123.7473.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 165 (64.84% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=14.55%
G=50%
B=35.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481651170.7100.290.35155.3854.9341.76
Hex30A5754701D239b372a
Octal60245165107035432336752
Binary110000101001011110101100011101110110001110011011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,165,117); }

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

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

 a { background-color: rgb(48,165,117); }

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

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

 span { border-color: rgb(48,165,117); }

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