Html Css Color HEX #13A47B Mountain Meadow

📋 copy color: '#13A47B'

red 19 ◦ green 164 ◦ blue 123

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

Shades of Mountain Meadow #13A47B

Tints of Mountain Meadow #13A47B

RGB

 RED value IS 19 (7.81% from 255) = 6.21%

 GREEN value IS 164 (64.45% from 255) = 53.59%

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 6.21%
G = 53.59%
B = 40.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#13A47B (or 0x13A47B) is known color: Mountain Meadow. HEX triplet: 13, A4 and 7B. RGB value is (19,164,123). Sum of RGB (Red+Green+Blue) = 19+164+123=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #13A47B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A47B is #EC5B84. Grayscale: #737373. Windows color (decimal): -15489925 or 8102931. OLE color: 8102931.

HSL color Cylindrical-coordinate representation of color #13A47B: hue angle of 163.03º degrees, saturation: 0.79, 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 #13A47B is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 164 123 -
CMYK 0.88 0 0.25 0.36
HSL 163.03º 0.79% 0.36% -
HSV(B) 163.03º 0.88% 0.64% -
XYZ 17.12 28.12 23.26 -
YUV 115.97 131.96 58.83 -
System Red Green Blue C M Y K H S L
Decimal 19 164 123 0.88 0 0.25 0.36 163.03 0.79 0.36
Hex 13 A4 7B 58 0 19 24 A3 4F 24
Octal 23 244 173 130 0 31 44 243 117 44
Binary 10011 10100100 1111011 1011000 0 11001 100100 10100011 1001111 100100

Color Harmonies of #13A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A47B

Black with #13A47B

Text Example


Text Example

White with #13A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13A47B; }

 p { color: rgb(19,164,123); }

 H1.HeaderClassName
 {
   color: #13A47B;
 }
 .AnyTagClassName
 {
   color: #13A47B;
 }
</style>

background-color css

<style>
 a { background-color: #13A47B; }

 a { background-color: rgb(19,164,123); }

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

border-color css

<style>
 span { border-color: #13A47B; }

 span { border-color: rgb(19,164,123); }

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