Html Css Color HEX #13BE8D Mountain Meadow

📋 copy color: '#13BE8D'

red 19 ◦ green 190 ◦ blue 141

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

Shades of Mountain Meadow #13BE8D

Tints of Mountain Meadow #13BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.29%

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

R = 5.43%
G = 54.29%
B = 40.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#13BE8D (or 0x13BE8D) is known color: Mountain Meadow. HEX triplet: 13, BE and 8D. RGB value is (19,190,141). Sum of RGB (Red+Green+Blue) = 19+190+141=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BE8D is #EC4172. Grayscale: #858585. Windows color (decimal): -15483251 or 9289235. OLE color: 9289235.

HSL color Cylindrical-coordinate representation of color #13BE8D: hue angle of 162.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE8D is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 190 141 -
CMYK 0.90 0 0.26 0.25
HSL 162.81º 0.82% 0.41% -
HSV(B) 162.81º 0.9% 0.75% -
XYZ 23.49 38.89 31.47 -
YUV 133.29 132.35 46.48 -
System Red Green Blue C M Y K H S L
Decimal 19 190 141 0.90 0 0.26 0.25 162.81 0.82 0.41
Hex 13 BE 8D 5A 0 1A 19 A3 52 29
Octal 23 276 215 132 0 32 31 243 122 51
Binary 10011 10111110 10001101 1011010 0 11010 11001 10100011 1010010 101001

Color Harmonies of #13BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BE8D

Black with #13BE8D

Text Example


Text Example

White with #13BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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