Html Css Color HEX #1EF8BA Medium Spring Green

📋 copy color: '#1EF8BA'

red 30 ◦ green 248 ◦ blue 186

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

Shades of Medium Spring Green #1EF8BA

Tints of Medium Spring Green #1EF8BA

RGB

 RED value IS 30 (12.11% from 255) = 6.47%

 GREEN value IS 248 (97.27% from 255) = 53.45%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 6.47%
G = 53.45%
B = 40.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#1EF8BA (or 0x1EF8BA) is known color: Medium Spring Green. HEX triplet: 1E, F8 and BA. RGB value is (30,248,186). Sum of RGB (Red+Green+Blue) = 30+248+186=464 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.47% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EF8BA is #E10745. Grayscale: #AFAFAF. Windows color (decimal): -14747462 or 12253214. OLE color: 12253214.

HSL color Cylindrical-coordinate representation of color #1EF8BA: hue angle of 162.94º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF8BA is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 248 186 -
CMYK 0.88 0 0.25 0.03
HSL 162.94º 0.94% 0.55% -
HSV(B) 162.94º 0.88% 0.97% -
XYZ 42.97 70.96 57.89 -
YUV 175.75 133.78 24.04 -
System Red Green Blue C M Y K H S L
Decimal 30 248 186 0.88 0 0.25 0.03 162.94 0.94 0.55
Hex 1E F8 BA 58 0 19 3 A3 5E 37
Octal 36 370 272 130 0 31 3 243 136 67
Binary 11110 11111000 10111010 1011000 0 11001 11 10100011 1011110 110111

Color Harmonies of #1EF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF8BA

Black with #1EF8BA

Text Example


Text Example

White with #1EF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EF8BA; }

 p { color: rgb(30,248,186); }

 H1.HeaderClassName
 {
   color: #1EF8BA;
 }
 .AnyTagClassName
 {
   color: #1EF8BA;
 }
</style>

background-color css

<style>
 a { background-color: #1EF8BA; }

 a { background-color: rgb(30,248,186); }

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

border-color css

<style>
 span { border-color: #1EF8BA; }

 span { border-color: rgb(30,248,186); }

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