Html Css Color HEX #14E6B6 Medium Spring Green

📋 copy color: '#14E6B6'

red 20 ◦ green 230 ◦ blue 182

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

Shades of Medium Spring Green #14E6B6

Tints of Medium Spring Green #14E6B6

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.24%

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 4.63%
G = 53.24%
B = 42.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#14E6B6 (or 0x14E6B6) is known color: Medium Spring Green. HEX triplet: 14, E6 and B6. RGB value is (20,230,182). Sum of RGB (Red+Green+Blue) = 20+230+182=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #14E6B6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14E6B6 is #EB1949. Grayscale: #A1A1A1. Windows color (decimal): -15407434 or 11986452. OLE color: 11986452.

HSL color Cylindrical-coordinate representation of color #14E6B6: hue angle of 166.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E6B6 is Cyan = 0.91, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 20 230 182 -
CMYK 0.91 0 0.21 0.10
HSL 166.29º 0.84% 0.49% -
HSV(B) 166.29º 0.91% 0.9% -
XYZ 37.03 60.12 53.91 -
YUV 161.74 139.43 26.9 -
System Red Green Blue C M Y K H S L
Decimal 20 230 182 0.91 0 0.21 0.10 166.29 0.84 0.49
Hex 14 E6 B6 5B 0 15 A A6 54 31
Octal 24 346 266 133 0 25 12 246 124 61
Binary 10100 11100110 10110110 1011011 0 10101 1010 10100110 1010100 110001

Color Harmonies of #14E6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E6B6

Black with #14E6B6

Text Example


Text Example

White with #14E6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,230,182); }

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

background-color css

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

 a { background-color: rgb(20,230,182); }

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

border-color css

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

 span { border-color: rgb(20,230,182); }

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