Html Css Color HEX #0EE4AF Medium Spring Green

📋 copy color: '#0EE4AF'

red 14 ◦ green 228 ◦ blue 175

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

Shades of Medium Spring Green #0EE4AF

Tints of Medium Spring Green #0EE4AF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.68%

 BLUE value IS 175 (68.75% from 255) = 41.97%

R = 3.36%
G = 54.68%
B = 41.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#0EE4AF (or 0x0EE4AF) is known color: Medium Spring Green. HEX triplet: 0E, E4 and AF. RGB value is (14,228,175). Sum of RGB (Red+Green+Blue) = 14+228+175=417 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.36% from 417); Green value is 228 (89.45% from 255 or 54.68% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 228 - color contains mainly: green. Hex color #0EE4AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EE4AF is #F11B50. Grayscale: #9D9D9D. Windows color (decimal): -15801169 or 11527182. OLE color: 11527182.

HSL color Cylindrical-coordinate representation of color #0EE4AF: hue angle of 165.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE4AF is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 14 228 175 -
CMYK 0.94 0 0.23 0.11
HSL 165.14º 0.88% 0.47% -
HSV(B) 165.14º 0.94% 0.89% -
XYZ 35.66 58.68 50 -
YUV 157.97 137.6 25.31 -
System Red Green Blue C M Y K H S L
Decimal 14 228 175 0.94 0 0.23 0.11 165.14 0.88 0.47
Hex E E4 AF 5E 0 17 B A5 58 2F
Octal 16 344 257 136 0 27 13 245 130 57
Binary 1110 11100100 10101111 1011110 0 10111 1011 10100101 1011000 101111

Color Harmonies of #0EE4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE4AF

Black with #0EE4AF

Text Example


Text Example

White with #0EE4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,228,175); }

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

background-color css

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

 a { background-color: rgb(14,228,175); }

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

border-color css

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

 span { border-color: rgb(14,228,175); }

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