Html Css Color HEX #30A575 Medium Sea Green

📋 copy color: '#30A575'

red 48 ◦ green 165 ◦ blue 117

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

Shades of Medium Sea Green #30A575

Tints of Medium Sea Green #30A575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50%

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

R = 14.55%
G = 50%
B = 35.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#30A575 (or 0x30A575) is known color: Medium Sea Green. HEX triplet: 30, A5 and 75. RGB value is (48,165,117). Sum of RGB (Red+Green+Blue) = 48+165+117=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #30A575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A575 is #CF5A8A. Grayscale: #7C7C7C. Windows color (decimal): -13589131 or 7710000. OLE color: 7710000.

HSL color Cylindrical-coordinate representation of color #30A575: hue angle of 155.38º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A575 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 165 117 -
CMYK 0.71 0 0.29 0.35
HSL 155.38º 0.55% 0.42% -
HSV(B) 155.38º 0.71% 0.65% -
XYZ 17.88 28.82 21.45 -
YUV 124.55 123.74 73.4 -
System Red Green Blue C M Y K H S L
Decimal 48 165 117 0.71 0 0.29 0.35 155.38 0.55 0.42
Hex 30 A5 75 47 0 1D 23 9B 37 2A
Octal 60 245 165 107 0 35 43 233 67 52
Binary 110000 10100101 1110101 1000111 0 11101 100011 10011011 110111 101010

Color Harmonies of #30A575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A575

Black with #30A575

Text Example


Text Example

White with #30A575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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