#0EF3B7

Color #0EF3B7 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0EF3B7

Tints of Medium Spring Green #0EF3B7

Color information

#0EF3B7 (or 0x0EF3B7) is unknown color: approx Medium Spring Green. HEX triplet: 0E, F3 and B7. RGB value is (14,243,183). Sum of RGB (Red+Green+Blue) = 14+243+183=440 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.18% from 440); Green value is 243 (95.31% from 255 or 55.23% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 243 - color contains mainly: green. Hex color #0EF3B7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF3B7 is #F10C48. Grayscale: #A7A7A7. Windows color (decimal): -15797321 or 12055310. OLE color: 12055310.

HSL color Cylindrical-coordinate representation of color #0EF3B7: hue angle of 164.28º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF3B7 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB14243183-
CMYK0.9400.250.05
HSL164.28º90.51%50.39%-
HSV(B)164.28º94.24%95.29%-
XYZ40.7867.6155.7-
YUV167.69136.6318.38-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.18%
GREEN value IS 243 (95.31% from 255) = 55.23%
BLUE value IS 183 (71.88% from 255) = 41.59%
R=3.18%
G=55.23%
B=41.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal142431830.9400.250.05164.2890.5150.39
HexEF3B75E0195a45b32
Octal16363267136031524413362
Binary111011110011101101111011110011001101101001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EF3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,243,183); }

 H1.HeaderClassName
 {
   color: #0EF3B7;
 }
 .AnyTagClassName
 {
   color: #0EF3B7;
 }
</style>
background-color css

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

 a { background-color: rgb(14,243,183); }

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

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

 span { border-color: rgb(14,243,183); }

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