Html Css Color HEX #30BC72 Medium Sea Green

📋 copy color: '#30BC72'

red 48 ◦ green 188 ◦ blue 114

#30BC72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #30BC72

Tints of Medium Sea Green #30BC72

RGB

 RED value IS 48 (19.14% from 255) = 13.71%

 GREEN value IS 188 (73.83% from 255) = 53.71%

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 13.71%
G = 53.71%
B = 32.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#30BC72 (or 0x30BC72) is known color: Medium Sea Green. HEX triplet: 30, BC and 72. RGB value is (48,188,114). Sum of RGB (Red+Green+Blue) = 48+188+114=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC72 is #CF438D. Grayscale: #898989. Windows color (decimal): -13583246 or 7519280. OLE color: 7519280.

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

Color convert

RGB 48 188 114 -
CMYK 0.74 0 0.39 0.26
HSL 148.29º 0.59% 0.46% -
HSV(B) 148.29º 0.74% 0.74% -
XYZ 22.24 37.81 22.05 -
YUV 137.7 114.62 64.02 -
System Red Green Blue C M Y K H S L
Decimal 48 188 114 0.74 0 0.39 0.26 148.29 0.59 0.46
Hex 30 BC 72 4A 0 27 1A 94 3B 2E
Octal 60 274 162 112 0 47 32 224 73 56
Binary 110000 10111100 1110010 1001010 0 100111 11010 10010100 111011 101110

Color Harmonies of #30BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC72

Black with #30BC72

Text Example


Text Example

White with #30BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,188,114); }

 H1.HeaderClassName
 {
   color: #30BC72;
 }
 .AnyTagClassName
 {
   color: #30BC72;
 }
</style>

background-color css

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

 a { background-color: rgb(48,188,114); }

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

border-color css

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

 span { border-color: rgb(48,188,114); }

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