Html Css Color HEX #1EFFBA Medium Spring Green

📋 copy color: '#1EFFBA'

red 30 ◦ green 255 ◦ blue 186

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

Shades of Medium Spring Green #1EFFBA

Tints of Medium Spring Green #1EFFBA

RGB

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

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

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

R = 6.37%
G = 54.14%
B = 39.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#1EFFBA (or 0x1EFFBA) is known color: Medium Spring Green. HEX triplet: 1E, FF and BA. RGB value is (30,255,186). Sum of RGB (Red+Green+Blue) = 30+255+186=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #1EFFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EFFBA is #E10045. Grayscale: #B3B3B3. Windows color (decimal): -14745670 or 12255006. OLE color: 12255006.

HSL color Cylindrical-coordinate representation of color #1EFFBA: hue angle of 161.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EFFBA is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 30 255 186 -
CMYK 0.88 0 0.27 0
HSL 161.6º 1% 0.56% -
HSV(B) 161.6º 0.88% 1% -
XYZ 45.16 75.34 58.62 -
YUV 179.86 131.46 21.11 -
System Red Green Blue C M Y K H S L
Decimal 30 255 186 0.88 0 0.27 0 161.6 1 0.56
Hex 1E FF BA 58 0 1B 0 A2 64 38
Octal 36 377 272 130 0 33 0 242 144 70
Binary 11110 11111111 10111010 1011000 0 11011 0 10100010 1100100 111000

Color Harmonies of #1EFFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EFFBA

Black with #1EFFBA

Text Example


Text Example

White with #1EFFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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