Html Css Color HEX #0EFFBC Medium Spring Green

📋 copy color: '#0EFFBC'

red 14 ◦ green 255 ◦ blue 188

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

Shades of Medium Spring Green #0EFFBC

Tints of Medium Spring Green #0EFFBC

RGB

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

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

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

R = 3.06%
G = 55.8%
B = 41.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#0EFFBC (or 0x0EFFBC) is known color: Medium Spring Green. HEX triplet: 0E, FF and BC. RGB value is (14,255,188). Sum of RGB (Red+Green+Blue) = 14+255+188=457 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFBC is #F10043. Grayscale: #AFAFAF. Windows color (decimal): -15794244 or 12386062. OLE color: 12386062.

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

Color convert

RGB 14 255 188 -
CMYK 0.95 0 0.26 0
HSL 163.32º 1% 0.53% -
HSV(B) 163.32º 0.95% 1% -
XYZ 45.02 75.24 59.73 -
YUV 175.3 135.16 12.95 -
System Red Green Blue C M Y K H S L
Decimal 14 255 188 0.95 0 0.26 0 163.32 1 0.53
Hex E FF BC 5F 0 1A 0 A3 64 35
Octal 16 377 274 137 0 32 0 243 144 65
Binary 1110 11111111 10111100 1011111 0 11010 0 10100011 1100100 110101

Color Harmonies of #0EFFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFFBC

Black with #0EFFBC

Text Example


Text Example

White with #0EFFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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