Html Css Color HEX #30AF70 Medium Sea Green

📋 copy color: '#30AF70'

red 48 ◦ green 175 ◦ blue 112

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

Shades of Medium Sea Green #30AF70

Tints of Medium Sea Green #30AF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.24%

 BLUE value IS 112 (44.14% from 255) = 33.43%

R = 14.33%
G = 52.24%
B = 33.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#30AF70 (or 0x30AF70) is known color: Medium Sea Green. HEX triplet: 30, AF and 70. RGB value is (48,175,112). Sum of RGB (Red+Green+Blue) = 48+175+112=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #30AF70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AF70 is #CF508F. Grayscale: #818181. Windows color (decimal): -13586576 or 7384880. OLE color: 7384880.

HSL color Cylindrical-coordinate representation of color #30AF70: hue angle of 150.24º 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 #30AF70 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 175 112 -
CMYK 0.73 0 0.36 0.31
HSL 150.24º 0.57% 0.44% -
HSV(B) 150.24º 0.73% 0.69% -
XYZ 19.47 32.46 20.57 -
YUV 129.85 117.92 69.62 -
System Red Green Blue C M Y K H S L
Decimal 48 175 112 0.73 0 0.36 0.31 150.24 0.57 0.44
Hex 30 AF 70 49 0 24 1F 96 39 2C
Octal 60 257 160 111 0 44 37 226 71 54
Binary 110000 10101111 1110000 1001001 0 100100 11111 10010110 111001 101100

Color Harmonies of #30AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AF70

Black with #30AF70

Text Example


Text Example

White with #30AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,175,112); }

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

background-color css

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

 a { background-color: rgb(48,175,112); }

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

border-color css

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

 span { border-color: rgb(48,175,112); }

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