#30BD69

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

Shades of Medium Sea Green #30BD69

Tints of Medium Sea Green #30BD69

Color information

#30BD69 (or 0x30BD69) is unknown color: approx Medium Sea Green. HEX triplet: 30, BD and 69. RGB value is (48,189,105). Sum of RGB (Red+Green+Blue) = 48+189+105=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BD69 is #CF4296. Grayscale: #898989. Windows color (decimal): -13582999 or 6929712. OLE color: 6929712.

HSL color Cylindrical-coordinate representation of color #30BD69: hue angle of 144.26º 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 #30BD69 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB48189105-
CMYK0.7500.440.26
HSL144.26º59.49%46.47%-
HSV(B)144.26º74.6%74.12%-
XYZ21.9738.0419.55-
YUV137.27109.7964.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 189 (74.22% from 255) = 55.26%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=14.04%
G=55.26%
B=30.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481891050.7500.440.26144.2659.4946.47
Hex30BD694B02C1A903b2e
Octal60275151113054322207356
Binary110000101111011101001100101101011001101010010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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