Html Css Color HEX #30BA75 Medium Sea Green

📋 copy color: '#30BA75'

red 48 ◦ green 186 ◦ blue 117

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

Shades of Medium Sea Green #30BA75

Tints of Medium Sea Green #30BA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.99%

 BLUE value IS 117 (46.09% from 255) = 33.33%

R = 13.68%
G = 52.99%
B = 33.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#30BA75 (or 0x30BA75) is known color: Medium Sea Green. HEX triplet: 30, BA and 75. RGB value is (48,186,117). Sum of RGB (Red+Green+Blue) = 48+186+117=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30BA75 is #CF458A. Grayscale: #898989. Windows color (decimal): -13583755 or 7715376. OLE color: 7715376.

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

Color convert

RGB 48 186 117 -
CMYK 0.74 0 0.37 0.27
HSL 150º 0.59% 0.46% -
HSV(B) 150º 0.74% 0.73% -
XYZ 21.99 37.03 22.82 -
YUV 136.87 116.78 64.61 -
System Red Green Blue C M Y K H S L
Decimal 48 186 117 0.74 0 0.37 0.27 150 0.59 0.46
Hex 30 BA 75 4A 0 25 1B 96 3B 2E
Octal 60 272 165 112 0 45 33 226 73 56
Binary 110000 10111010 1110101 1001010 0 100101 11011 10010110 111011 101110

Color Harmonies of #30BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA75

Black with #30BA75

Text Example


Text Example

White with #30BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,186,117); }

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

background-color css

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

 a { background-color: rgb(48,186,117); }

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

border-color css

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

 span { border-color: rgb(48,186,117); }

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