Html Css Color HEX #13B890 Mountain Meadow

📋 copy color: '#13B890'

red 19 ◦ green 184 ◦ blue 144

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

Shades of Mountain Meadow #13B890

Tints of Mountain Meadow #13B890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.03%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 5.48%
G = 53.03%
B = 41.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#13B890 (or 0x13B890) is known color: Mountain Meadow. HEX triplet: 13, B8 and 90. RGB value is (19,184,144). Sum of RGB (Red+Green+Blue) = 19+184+144=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #13B890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B890 is #EC476F. Grayscale: #828282. Windows color (decimal): -15484784 or 9484307. OLE color: 9484307.

HSL color Cylindrical-coordinate representation of color #13B890: hue angle of 165.45º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B890 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 184 144 -
CMYK 0.90 0 0.22 0.28
HSL 165.45º 0.81% 0.4% -
HSV(B) 165.45º 0.9% 0.72% -
XYZ 22.44 36.43 32.23 -
YUV 130.11 135.84 48.75 -
System Red Green Blue C M Y K H S L
Decimal 19 184 144 0.90 0 0.22 0.28 165.45 0.81 0.4
Hex 13 B8 90 5A 0 16 1C A5 51 28
Octal 23 270 220 132 0 26 34 245 121 50
Binary 10011 10111000 10010000 1011010 0 10110 11100 10100101 1010001 101000

Color Harmonies of #13B890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B890

Black with #13B890

Text Example


Text Example

White with #13B890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,184,144); }

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

background-color css

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

 a { background-color: rgb(19,184,144); }

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

border-color css

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

 span { border-color: rgb(19,184,144); }

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