Html Css Color HEX #0EFDBD Medium Spring Green

📋 copy color: '#0EFDBD'

red 14 ◦ green 253 ◦ blue 189

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

Shades of Medium Spring Green #0EFDBD

Tints of Medium Spring Green #0EFDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.45%

R = 3.07%
G = 55.48%
B = 41.45%

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

#0EFDBD (or 0x0EFDBD) is known color: Medium Spring Green. HEX triplet: 0E, FD and BD. RGB value is (14,253,189). Sum of RGB (Red+Green+Blue) = 14+253+189=456 (60% of max value = 765). Red value is 14 (5.86% from 255 or 3.07% from 456); Green value is 253 (99.22% from 255 or 55.48% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFDBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFDBD is #F10242. Grayscale: #AEAEAE. Windows color (decimal): -15794755 or 12451086. OLE color: 12451086.

HSL color Cylindrical-coordinate representation of color #0EFDBD: hue angle of 163.93º 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 #0EFDBD is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 253 189 -
CMYK 0.94 0 0.25 0.01
HSL 163.93º 0.98% 0.52% -
HSV(B) 163.93º 0.94% 0.99% -
XYZ 44.49 74.02 60.09 -
YUV 174.24 136.32 13.7 -
System Red Green Blue C M Y K H S L
Decimal 14 253 189 0.94 0 0.25 0.01 163.93 0.98 0.52
Hex E FD BD 5E 0 19 1 A4 62 34
Octal 16 375 275 136 0 31 1 244 142 64
Binary 1110 11111101 10111101 1011110 0 11001 1 10100100 1100010 110100

Color Harmonies of #0EFDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFDBD

Black with #0EFDBD

Text Example


Text Example

White with #0EFDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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