Html Css Color HEX #13B896 Mountain Meadow

📋 copy color: '#13B896'

red 19 ◦ green 184 ◦ blue 150

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

Shades of Mountain Meadow #13B896

Tints of Mountain Meadow #13B896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 5.38%
G = 52.12%
B = 42.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#13B896 (or 0x13B896) is known color: Mountain Meadow. HEX triplet: 13, B8 and 96. RGB value is (19,184,150). Sum of RGB (Red+Green+Blue) = 19+184+150=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #13B896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B896 is #EC4769. Grayscale: #828282. Windows color (decimal): -15484778 or 9877523. OLE color: 9877523.

HSL color Cylindrical-coordinate representation of color #13B896: hue angle of 167.64º 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 #13B896 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 19 184 150 -
CMYK 0.90 0 0.18 0.28
HSL 167.64º 0.81% 0.4% -
HSV(B) 167.64º 0.9% 0.72% -
XYZ 22.91 36.62 34.72 -
YUV 130.79 138.84 48.26 -
System Red Green Blue C M Y K H S L
Decimal 19 184 150 0.90 0 0.18 0.28 167.64 0.81 0.4
Hex 13 B8 96 5A 0 12 1C A8 51 28
Octal 23 270 226 132 0 22 34 250 121 50
Binary 10011 10111000 10010110 1011010 0 10010 11100 10101000 1010001 101000

Color Harmonies of #13B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B896

Black with #13B896

Text Example


Text Example

White with #13B896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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