Html Css Color HEX #30CA7D Medium Sea Green

📋 copy color: '#30CA7D'

red 48 ◦ green 202 ◦ blue 125

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

Shades of Medium Sea Green #30CA7D

Tints of Medium Sea Green #30CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.87%

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

R = 12.8%
G = 53.87%
B = 33.33%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#30CA7D (or 0x30CA7D) is known color: Medium Sea Green. HEX triplet: 30, CA and 7D. RGB value is (48,202,125). Sum of RGB (Red+Green+Blue) = 48+202+125=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CA7D is #CF3582. Grayscale: #939393. Windows color (decimal): -13579651 or 8243760. OLE color: 8243760.

HSL color Cylindrical-coordinate representation of color #30CA7D: hue angle of 150º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30CA7D is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 202 125 -
CMYK 0.76 0 0.38 0.21
HSL 150º 0.62% 0.49% -
HSV(B) 150º 0.76% 0.79% -
XYZ 26.04 44.35 26.59 -
YUV 147.18 115.48 57.26 -
System Red Green Blue C M Y K H S L
Decimal 48 202 125 0.76 0 0.38 0.21 150 0.62 0.49
Hex 30 CA 7D 4C 0 26 15 96 3E 31
Octal 60 312 175 114 0 46 25 226 76 61
Binary 110000 11001010 1111101 1001100 0 100110 10101 10010110 111110 110001

Color Harmonies of #30CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CA7D

Black with #30CA7D

Text Example


Text Example

White with #30CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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