Html Css Color HEX #0EFDBF Medium Spring Green

📋 copy color: '#0EFDBF'

red 14 ◦ green 253 ◦ blue 191

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

Shades of Medium Spring Green #0EFDBF

Tints of Medium Spring Green #0EFDBF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 55.24%

 BLUE value IS 191 (75% from 255) = 41.7%

R = 3.06%
G = 55.24%
B = 41.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#0EFDBF (or 0x0EFDBF) is known color: Medium Spring Green. HEX triplet: 0E, FD and BF. RGB value is (14,253,191). Sum of RGB (Red+Green+Blue) = 14+253+191=458 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.06% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFDBF is #F10240. Grayscale: #AEAEAE. Windows color (decimal): -15794753 or 12582158. OLE color: 12582158.

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

Color convert

RGB 14 253 191 -
CMYK 0.94 0 0.25 0.01
HSL 164.44º 0.98% 0.52% -
HSV(B) 164.44º 0.94% 0.99% -
XYZ 44.71 74.11 61.24 -
YUV 174.47 137.32 13.54 -
System Red Green Blue C M Y K H S L
Decimal 14 253 191 0.94 0 0.25 0.01 164.44 0.98 0.52
Hex E FD BF 5E 0 19 1 A4 62 34
Octal 16 375 277 136 0 31 1 244 142 64
Binary 1110 11111101 10111111 1011110 0 11001 1 10100100 1100010 110100

Color Harmonies of #0EFDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFDBF

Black with #0EFDBF

Text Example


Text Example

White with #0EFDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,253,191); }

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

background-color css

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

 a { background-color: rgb(14,253,191); }

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

border-color css

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

 span { border-color: rgb(14,253,191); }

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