Html Css Color HEX #13BA8B Mountain Meadow

📋 copy color: '#13BA8B'

red 19 ◦ green 186 ◦ blue 139

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

Shades of Mountain Meadow #13BA8B

Tints of Mountain Meadow #13BA8B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.07%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 5.52%
G = 54.07%
B = 40.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#13BA8B (or 0x13BA8B) is known color: Mountain Meadow. HEX triplet: 13, BA and 8B. RGB value is (19,186,139). Sum of RGB (Red+Green+Blue) = 19+186+139=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BA8B is #EC4574. Grayscale: #828282. Windows color (decimal): -15484277 or 9157139. OLE color: 9157139.

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

Color convert

RGB 19 186 139 -
CMYK 0.90 0 0.25 0.27
HSL 163.11º 0.81% 0.4% -
HSV(B) 163.11º 0.9% 0.73% -
XYZ 22.49 37.12 30.41 -
YUV 130.71 132.67 48.32 -
System Red Green Blue C M Y K H S L
Decimal 19 186 139 0.90 0 0.25 0.27 163.11 0.81 0.4
Hex 13 BA 8B 5A 0 19 1B A3 51 28
Octal 23 272 213 132 0 31 33 243 121 50
Binary 10011 10111010 10001011 1011010 0 11001 11011 10100011 1010001 101000

Color Harmonies of #13BA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA8B

Black with #13BA8B

Text Example


Text Example

White with #13BA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,186,139); }

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

background-color css

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

 a { background-color: rgb(19,186,139); }

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

border-color css

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

 span { border-color: rgb(19,186,139); }

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