Html Css Color HEX #0EFAAA Medium Spring Green

📋 copy color: '#0EFAAA'

red 14 ◦ green 250 ◦ blue 170

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

Shades of Medium Spring Green #0EFAAA

Tints of Medium Spring Green #0EFAAA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.6%

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 3.23%
G = 57.6%
B = 39.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#0EFAAA (or 0x0EFAAA) is known color: Medium Spring Green. HEX triplet: 0E, FA and AA. RGB value is (14,250,170). Sum of RGB (Red+Green+Blue) = 14+250+170=434 (57% of max value = 765). Red value is 14 (5.86% from 255 or 3.23% from 434); Green value is 250 (98.05% from 255 or 57.60% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFAAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0EFAAA is #F10555. Grayscale: #AAAAAA. Windows color (decimal): -15795542 or 11205134. OLE color: 11205134.

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

Color convert

RGB 14 250 170 -
CMYK 0.94 0 0.32 0.02
HSL 159.66º 0.96% 0.52% -
HSV(B) 159.66º 0.94% 0.98% -
XYZ 41.62 71.37 49.61 -
YUV 170.32 127.81 16.5 -
System Red Green Blue C M Y K H S L
Decimal 14 250 170 0.94 0 0.32 0.02 159.66 0.96 0.52
Hex E FA AA 5E 0 20 2 A0 60 34
Octal 16 372 252 136 0 40 2 240 140 64
Binary 1110 11111010 10101010 1011110 0 100000 10 10100000 1100000 110100

Color Harmonies of #0EFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFAAA

Black with #0EFAAA

Text Example


Text Example

White with #0EFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,250,170); }

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

background-color css

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

 a { background-color: rgb(14,250,170); }

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

border-color css

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

 span { border-color: rgb(14,250,170); }

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