Html Css Color HEX #30B072 Medium Sea Green

📋 copy color: '#30B072'

red 48 ◦ green 176 ◦ blue 114

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

Shades of Medium Sea Green #30B072

Tints of Medium Sea Green #30B072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.07%

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

R = 14.2%
G = 52.07%
B = 33.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#30B072 (or 0x30B072) is known color: Medium Sea Green. HEX triplet: 30, B0 and 72. RGB value is (48,176,114). Sum of RGB (Red+Green+Blue) = 48+176+114=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #30B072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B072 is #CF4F8D. Grayscale: #828282. Windows color (decimal): -13586318 or 7516208. OLE color: 7516208.

HSL color Cylindrical-coordinate representation of color #30B072: hue angle of 150.94º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30B072 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 176 114 -
CMYK 0.73 0 0.35 0.31
HSL 150.94º 0.57% 0.44% -
HSV(B) 150.94º 0.73% 0.69% -
XYZ 19.78 32.89 21.23 -
YUV 130.66 118.59 69.04 -
System Red Green Blue C M Y K H S L
Decimal 48 176 114 0.73 0 0.35 0.31 150.94 0.57 0.44
Hex 30 B0 72 49 0 23 1F 97 39 2C
Octal 60 260 162 111 0 43 37 227 71 54
Binary 110000 10110000 1110010 1001001 0 100011 11111 10010111 111001 101100

Color Harmonies of #30B072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B072

Black with #30B072

Text Example


Text Example

White with #30B072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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