Html Css Color HEX #14B296 Mountain Meadow

📋 copy color: '#14B296'

red 20 ◦ green 178 ◦ blue 150

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

Shades of Mountain Meadow #14B296

Tints of Mountain Meadow #14B296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.15%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 5.75%
G = 51.15%
B = 43.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#14B296 (or 0x14B296) is known color: Mountain Meadow. HEX triplet: 14, B2 and 96. RGB value is (20,178,150). Sum of RGB (Red+Green+Blue) = 20+178+150=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #14B296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B296 is #EB4D69. Grayscale: #7F7F7F. Windows color (decimal): -15420778 or 9875988. OLE color: 9875988.

HSL color Cylindrical-coordinate representation of color #14B296: hue angle of 169.37º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B296 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 178 150 -
CMYK 0.89 0 0.16 0.30
HSL 169.37º 0.8% 0.39% -
HSV(B) 169.37º 0.89% 0.7% -
XYZ 21.71 34.19 34.31 -
YUV 127.57 140.65 51.28 -
System Red Green Blue C M Y K H S L
Decimal 20 178 150 0.89 0 0.16 0.30 169.37 0.8 0.39
Hex 14 B2 96 59 0 10 1E A9 50 27
Octal 24 262 226 131 0 20 36 251 120 47
Binary 10100 10110010 10010110 1011001 0 10000 11110 10101001 1010000 100111

Color Harmonies of #14B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B296

Black with #14B296

Text Example


Text Example

White with #14B296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,178,150); }

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

background-color css

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

 a { background-color: rgb(20,178,150); }

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

border-color css

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

 span { border-color: rgb(20,178,150); }

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