#30BD66

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

Shades of Medium Sea Green #30BD66

Tints of Medium Sea Green #30BD66

Color information

#30BD66 (or 0x30BD66) is unknown color: approx Medium Sea Green. HEX triplet: 30, BD and 66. RGB value is (48,189,102). Sum of RGB (Red+Green+Blue) = 48+189+102=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BD66 is #CF4299. Grayscale: #898989. Windows color (decimal): -13583002 or 6733104. OLE color: 6733104.

HSL color Cylindrical-coordinate representation of color #30BD66: hue angle of 142.98º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30BD66 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB48189102-
CMYK0.7500.460.26
HSL142.98º59.49%46.47%-
HSV(B)142.98º74.6%74.12%-
XYZ21.8137.9818.75-
YUV136.92108.2964.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 189 (74.22% from 255) = 55.75%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=14.16%
G=55.75%
B=30.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481891020.7500.460.26142.9859.4946.47
Hex30BD664B02E1A8f3b2e
Octal60275146113056322177356
Binary110000101111011100110100101101011101101010001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,189,102); }

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

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

 a { background-color: rgb(48,189,102); }

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

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

 span { border-color: rgb(48,189,102); }

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