Html Css Color HEX #30BC7D Medium Sea Green

📋 copy color: '#30BC7D'

red 48 ◦ green 188 ◦ blue 125

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

Shades of Medium Sea Green #30BC7D

Tints of Medium Sea Green #30BC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 13.3%
G = 52.08%
B = 34.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#30BC7D (or 0x30BC7D) is known color: Medium Sea Green. HEX triplet: 30, BC and 7D. RGB value is (48,188,125). Sum of RGB (Red+Green+Blue) = 48+188+125=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BC7D is #CF4382. Grayscale: #8B8B8B. Windows color (decimal): -13583235 or 8240176. OLE color: 8240176.

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

Color convert

RGB 48 188 125 -
CMYK 0.74 0 0.34 0.26
HSL 153º 0.59% 0.46% -
HSV(B) 153º 0.74% 0.74% -
XYZ 22.9 38.08 25.54 -
YUV 138.96 120.12 63.12 -
System Red Green Blue C M Y K H S L
Decimal 48 188 125 0.74 0 0.34 0.26 153 0.59 0.46
Hex 30 BC 7D 4A 0 22 1A 99 3B 2E
Octal 60 274 175 112 0 42 32 231 73 56
Binary 110000 10111100 1111101 1001010 0 100010 11010 10011001 111011 101110

Color Harmonies of #30BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BC7D

Black with #30BC7D

Text Example


Text Example

White with #30BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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