Html Css Color HEX #14A38B Mountain Meadow

📋 copy color: '#14A38B'

red 20 ◦ green 163 ◦ blue 139

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

Shades of Mountain Meadow #14A38B

Tints of Mountain Meadow #14A38B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.62%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 6.21%
G = 50.62%
B = 43.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#14A38B (or 0x14A38B) is known color: Mountain Meadow. HEX triplet: 14, A3 and 8B. RGB value is (20,163,139). Sum of RGB (Red+Green+Blue) = 20+163+139=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #14A38B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A38B is #EB5C74. Grayscale: #757575. Windows color (decimal): -15424629 or 9151252. OLE color: 9151252.

HSL color Cylindrical-coordinate representation of color #14A38B: hue angle of 169.93º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A38B is Cyan = 0.88, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 163 139 -
CMYK 0.88 0 0.15 0.36
HSL 169.93º 0.78% 0.36% -
HSV(B) 169.93º 0.88% 0.64% -
XYZ 18.05 28.21 28.92 -
YUV 117.51 140.12 58.45 -
System Red Green Blue C M Y K H S L
Decimal 20 163 139 0.88 0 0.15 0.36 169.93 0.78 0.36
Hex 14 A3 8B 58 0 F 24 AA 4E 24
Octal 24 243 213 130 0 17 44 252 116 44
Binary 10100 10100011 10001011 1011000 0 1111 100100 10101010 1001110 100100

Color Harmonies of #14A38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A38B

Black with #14A38B

Text Example


Text Example

White with #14A38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,163,139); }

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

background-color css

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

 a { background-color: rgb(20,163,139); }

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

border-color css

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

 span { border-color: rgb(20,163,139); }

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