Html Css Color HEX #13B38D Mountain Meadow

📋 copy color: '#13B38D'

red 19 ◦ green 179 ◦ blue 141

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

Shades of Mountain Meadow #13B38D

Tints of Mountain Meadow #13B38D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.8%

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 5.6%
G = 52.8%
B = 41.59%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#13B38D (or 0x13B38D) is known color: Mountain Meadow. HEX triplet: 13, B3 and 8D. RGB value is (19,179,141). Sum of RGB (Red+Green+Blue) = 19+179+141=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #13B38D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B38D is #EC4C72. Grayscale: #7E7E7E. Windows color (decimal): -15486067 or 9286419. OLE color: 9286419.

HSL color Cylindrical-coordinate representation of color #13B38D: hue angle of 165.75º degrees, saturation: 0.81, 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 #13B38D is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 19 179 141 -
CMYK 0.89 0 0.21 0.30
HSL 165.75º 0.81% 0.39% -
HSV(B) 165.75º 0.89% 0.7% -
XYZ 21.2 34.3 30.7 -
YUV 126.83 135.99 51.09 -
System Red Green Blue C M Y K H S L
Decimal 19 179 141 0.89 0 0.21 0.30 165.75 0.81 0.39
Hex 13 B3 8D 59 0 15 1E A6 51 27
Octal 23 263 215 131 0 25 36 246 121 47
Binary 10011 10110011 10001101 1011001 0 10101 11110 10100110 1010001 100111

Color Harmonies of #13B38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B38D

Black with #13B38D

Text Example


Text Example

White with #13B38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,179,141); }

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

background-color css

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

 a { background-color: rgb(19,179,141); }

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

border-color css

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

 span { border-color: rgb(19,179,141); }

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