Html Css Color HEX #30FFAF Medium Spring Green

📋 copy color: '#30FFAF'

red 48 ◦ green 255 ◦ blue 175

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

Shades of Medium Spring Green #30FFAF

Tints of Medium Spring Green #30FFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 53.35%

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 10.04%
G = 53.35%
B = 36.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#30FFAF (or 0x30FFAF) is known color: Medium Spring Green. HEX triplet: 30, FF and AF. RGB value is (48,255,175). Sum of RGB (Red+Green+Blue) = 48+255+175=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #30FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30FFAF is #CF0050. Grayscale: #B8B8B8. Windows color (decimal): -13566033 or 11534128. OLE color: 11534128.

HSL color Cylindrical-coordinate representation of color #30FFAF: hue angle of 156.81º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FFAF is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 175 -
CMYK 0.81 0 0.31 0
HSL 156.81º 1% 0.59% -
HSV(B) 156.81º 0.81% 1% -
XYZ 44.72 75.24 52.72 -
YUV 183.99 122.92 31 -
System Red Green Blue C M Y K H S L
Decimal 48 255 175 0.81 0 0.31 0 156.81 1 0.59
Hex 30 FF AF 51 0 1F 0 9D 64 3B
Octal 60 377 257 121 0 37 0 235 144 73
Binary 110000 11111111 10101111 1010001 0 11111 0 10011101 1100100 111011

Color Harmonies of #30FFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FFAF

Black with #30FFAF

Text Example


Text Example

White with #30FFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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