Html Css Color HEX #14F5BA Medium Spring Green

📋 copy color: '#14F5BA'

red 20 ◦ green 245 ◦ blue 186

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

Shades of Medium Spring Green #14F5BA

Tints of Medium Spring Green #14F5BA

RGB

 RED value IS 20 (8.2% from 255) = 4.43%

 GREEN value IS 245 (96.09% from 255) = 54.32%

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 4.43%
G = 54.32%
B = 41.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#14F5BA (or 0x14F5BA) is known color: Medium Spring Green. HEX triplet: 14, F5 and BA. RGB value is (20,245,186). Sum of RGB (Red+Green+Blue) = 20+245+186=451 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.43% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #14F5BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F5BA is #EB0A45. Grayscale: #ABABAB. Windows color (decimal): -15403590 or 12252436. OLE color: 12252436.

HSL color Cylindrical-coordinate representation of color #14F5BA: hue angle of 164.27º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F5BA is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 20 245 186 -
CMYK 0.92 0 0.24 0.04
HSL 164.27º 0.92% 0.52% -
HSV(B) 164.27º 0.92% 0.96% -
XYZ 41.8 69 57.57 -
YUV 171 136.46 20.3 -
System Red Green Blue C M Y K H S L
Decimal 20 245 186 0.92 0 0.24 0.04 164.27 0.92 0.52
Hex 14 F5 BA 5C 0 18 4 A4 5C 34
Octal 24 365 272 134 0 30 4 244 134 64
Binary 10100 11110101 10111010 1011100 0 11000 100 10100100 1011100 110100

Color Harmonies of #14F5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14F5BA

Black with #14F5BA

Text Example


Text Example

White with #14F5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14F5BA; }

 p { color: rgb(20,245,186); }

 H1.HeaderClassName
 {
   color: #14F5BA;
 }
 .AnyTagClassName
 {
   color: #14F5BA;
 }
</style>

background-color css

<style>
 a { background-color: #14F5BA; }

 a { background-color: rgb(20,245,186); }

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

border-color css

<style>
 span { border-color: #14F5BA; }

 span { border-color: rgb(20,245,186); }

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