Html Css Color HEX #13AB8F Mountain Meadow

📋 copy color: '#13AB8F'

red 19 ◦ green 171 ◦ blue 143

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

Shades of Mountain Meadow #13AB8F

Tints of Mountain Meadow #13AB8F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.35%

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 5.71%
G = 51.35%
B = 42.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#13AB8F (or 0x13AB8F) is known color: Mountain Meadow. HEX triplet: 13, AB and 8F. RGB value is (19,171,143). Sum of RGB (Red+Green+Blue) = 19+171+143=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AB8F is #EC5470. Grayscale: #7A7A7A. Windows color (decimal): -15488113 or 9415443. OLE color: 9415443.

HSL color Cylindrical-coordinate representation of color #13AB8F: hue angle of 168.95º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AB8F is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 171 143 -
CMYK 0.89 0 0.16 0.33
HSL 168.95º 0.8% 0.37% -
HSV(B) 168.95º 0.89% 0.67% -
XYZ 19.79 31.25 30.97 -
YUV 122.36 139.64 54.28 -
System Red Green Blue C M Y K H S L
Decimal 19 171 143 0.89 0 0.16 0.33 168.95 0.8 0.37
Hex 13 AB 8F 59 0 10 21 A9 50 25
Octal 23 253 217 131 0 20 41 251 120 45
Binary 10011 10101011 10001111 1011001 0 10000 100001 10101001 1010000 100101

Color Harmonies of #13AB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AB8F

Black with #13AB8F

Text Example


Text Example

White with #13AB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,171,143); }

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

background-color css

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

 a { background-color: rgb(19,171,143); }

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

border-color css

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

 span { border-color: rgb(19,171,143); }

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