Html Css Color HEX #14B08A Mountain Meadow

📋 copy color: '#14B08A'

red 20 ◦ green 176 ◦ blue 138

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

Shades of Mountain Meadow #14B08A

Tints of Mountain Meadow #14B08A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.69%

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 5.99%
G = 52.69%
B = 41.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#14B08A (or 0x14B08A) is known color: Mountain Meadow. HEX triplet: 14, B0 and 8A. RGB value is (20,176,138). Sum of RGB (Red+Green+Blue) = 20+176+138=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #14B08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B08A is #EB4F75. Grayscale: #7D7D7D. Windows color (decimal): -15421302 or 9089044. OLE color: 9089044.

HSL color Cylindrical-coordinate representation of color #14B08A: hue angle of 165.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B08A is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 176 138 -
CMYK 0.89 0 0.22 0.31
HSL 165.38º 0.8% 0.38% -
HSV(B) 165.38º 0.89% 0.69% -
XYZ 20.4 33.03 29.35 -
YUV 125.02 135.32 53.09 -
System Red Green Blue C M Y K H S L
Decimal 20 176 138 0.89 0 0.22 0.31 165.38 0.8 0.38
Hex 14 B0 8A 59 0 16 1F A5 50 26
Octal 24 260 212 131 0 26 37 245 120 46
Binary 10100 10110000 10001010 1011001 0 10110 11111 10100101 1010000 100110

Color Harmonies of #14B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B08A

Black with #14B08A

Text Example


Text Example

White with #14B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,138); }

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

background-color css

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

 a { background-color: rgb(20,176,138); }

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

border-color css

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

 span { border-color: rgb(20,176,138); }

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