Html Css Color HEX #14FFB6 Medium Spring Green

📋 copy color: '#14FFB6'

red 20 ◦ green 255 ◦ blue 182

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

Shades of Medium Spring Green #14FFB6

Tints of Medium Spring Green #14FFB6

RGB

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

 GREEN value IS 255 (100% from 255) = 55.8%

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

R = 4.38%
G = 55.8%
B = 39.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#14FFB6 (or 0x14FFB6) is known color: Medium Spring Green. HEX triplet: 14, FF and B6. RGB value is (20,255,182). Sum of RGB (Red+Green+Blue) = 20+255+182=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFB6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFB6 is #EB0049. Grayscale: #B0B0B0. Windows color (decimal): -15401034 or 11992852. OLE color: 11992852.

HSL color Cylindrical-coordinate representation of color #14FFB6: hue angle of 161.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFB6 is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 20 255 182 -
CMYK 0.92 0 0.29 0
HSL 161.36º 1% 0.54% -
HSV(B) 161.36º 0.92% 1% -
XYZ 44.49 75.05 56.4 -
YUV 176.41 131.14 16.44 -
System Red Green Blue C M Y K H S L
Decimal 20 255 182 0.92 0 0.29 0 161.36 1 0.54
Hex 14 FF B6 5C 0 1D 0 A1 64 36
Octal 24 377 266 134 0 35 0 241 144 66
Binary 10100 11111111 10110110 1011100 0 11101 0 10100001 1100100 110110

Color Harmonies of #14FFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14FFB6

Black with #14FFB6

Text Example


Text Example

White with #14FFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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