#30A968

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

Shades of Medium Sea Green #30A968

Tints of Medium Sea Green #30A968

Color information

#30A968 (or 0x30A968) is unknown color: approx Medium Sea Green. HEX triplet: 30, A9 and 68. RGB value is (48,169,104). Sum of RGB (Red+Green+Blue) = 48+169+104=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #30A968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A968 is #CF5697. Grayscale: #7D7D7D. Windows color (decimal): -13588120 or 6859056. OLE color: 6859056.

HSL color Cylindrical-coordinate representation of color #30A968: hue angle of 147.77º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A968 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB48169104-
CMYK0.7200.380.34
HSL147.77º55.76%42.55%-
HSV(B)147.77º71.6%66.27%-
XYZ17.913017.94-
YUV125.41115.9172.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 169 (66.41% from 255) = 52.65%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=14.95%
G=52.65%
B=32.40%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal481691040.7200.380.34147.7755.7642.55
Hex30A968480262294382b
Octal60251150110046422247053
Binary1100001010100111010001001000010011010001010010100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,169,104); }

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

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

 a { background-color: rgb(48,169,104); }

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

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

 span { border-color: rgb(48,169,104); }

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