Html Css Color HEX #30B274 Medium Sea Green

📋 copy color: '#30B274'

red 48 ◦ green 178 ◦ blue 116

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

Shades of Medium Sea Green #30B274

Tints of Medium Sea Green #30B274

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.05%

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 14.04%
G = 52.05%
B = 33.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#30B274 (or 0x30B274) is known color: Medium Sea Green. HEX triplet: 30, B2 and 74. RGB value is (48,178,116). Sum of RGB (Red+Green+Blue) = 48+178+116=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #30B274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30B274 is #CF4D8B. Grayscale: #848484. Windows color (decimal): -13585804 or 7647792. OLE color: 7647792.

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

Color convert

RGB 48 178 116 -
CMYK 0.73 0 0.35 0.30
HSL 151.38º 0.58% 0.44% -
HSV(B) 151.38º 0.73% 0.7% -
XYZ 20.29 33.73 21.96 -
YUV 132.06 118.93 68.04 -
System Red Green Blue C M Y K H S L
Decimal 48 178 116 0.73 0 0.35 0.30 151.38 0.58 0.44
Hex 30 B2 74 49 0 23 1E 97 3A 2C
Octal 60 262 164 111 0 43 36 227 72 54
Binary 110000 10110010 1110100 1001001 0 100011 11110 10010111 111010 101100

Color Harmonies of #30B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B274

Black with #30B274

Text Example


Text Example

White with #30B274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,178,116); }

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

background-color css

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

 a { background-color: rgb(48,178,116); }

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

border-color css

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

 span { border-color: rgb(48,178,116); }

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