Html Css Color HEX #0EFABC Medium Spring Green

📋 copy color: '#0EFABC'

red 14 ◦ green 250 ◦ blue 188

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

Shades of Medium Spring Green #0EFABC

Tints of Medium Spring Green #0EFABC

RGB

 RED value IS 14 (5.86% from 255) = 3.1%

 GREEN value IS 250 (98.05% from 255) = 55.31%

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 3.1%
G = 55.31%
B = 41.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#0EFABC (or 0x0EFABC) is known color: Medium Spring Green. HEX triplet: 0E, FA and BC. RGB value is (14,250,188). Sum of RGB (Red+Green+Blue) = 14+250+188=452 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFABC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFABC is #F10543. Grayscale: #ACACAC. Windows color (decimal): -15795524 or 12384782. OLE color: 12384782.

HSL color Cylindrical-coordinate representation of color #0EFABC: hue angle of 164.24º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFABC is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 14 250 188 -
CMYK 0.94 0 0.25 0.02
HSL 164.24º 0.96% 0.52% -
HSV(B) 164.24º 0.94% 0.98% -
XYZ 43.44 72.1 59.2 -
YUV 172.37 136.81 15.04 -
System Red Green Blue C M Y K H S L
Decimal 14 250 188 0.94 0 0.25 0.02 164.24 0.96 0.52
Hex E FA BC 5E 0 19 2 A4 60 34
Octal 16 372 274 136 0 31 2 244 140 64
Binary 1110 11111010 10111100 1011110 0 11001 10 10100100 1100000 110100

Color Harmonies of #0EFABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFABC

Black with #0EFABC

Text Example


Text Example

White with #0EFABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EFABC; }

 p { color: rgb(14,250,188); }

 H1.HeaderClassName
 {
   color: #0EFABC;
 }
 .AnyTagClassName
 {
   color: #0EFABC;
 }
</style>

background-color css

<style>
 a { background-color: #0EFABC; }

 a { background-color: rgb(14,250,188); }

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

border-color css

<style>
 span { border-color: #0EFABC; }

 span { border-color: rgb(14,250,188); }

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