#30D064

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

Shades of Medium Sea Green #30D064

Tints of Medium Sea Green #30D064

Color information

#30D064 (or 0x30D064) is unknown color: approx Medium Sea Green. HEX triplet: 30, D0 and 64. RGB value is (48,208,100). Sum of RGB (Red+Green+Blue) = 48+208+100=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #30D064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D064 is #CF2F9B. Grayscale: #949494. Windows color (decimal): -13578140 or 6606896. OLE color: 6606896.

HSL color Cylindrical-coordinate representation of color #30D064: hue angle of 139.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D064 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB48208100-
CMYK0.7700.520.18
HSL139.5º62.99%50.2%-
HSV(B)139.5º76.92%81.57%-
XYZ26.0846.6619.69-
YUV147.85100.9956.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.48%
GREEN value IS 208 (81.64% from 255) = 58.43%
BLUE value IS 100 (39.45% from 255) = 28.09%
R=13.48%
G=58.43%
B=28.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal482081000.7700.520.18139.562.9950.2
Hex30D0644D034128c3f32
Octal60320144115064222147762
Binary110000110100001100100100110101101001001010001100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,208,100); }

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

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

 a { background-color: rgb(48,208,100); }

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

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

 span { border-color: rgb(48,208,100); }

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