Html Css Color HEX #13BF8F Mountain Meadow

📋 copy color: '#13BF8F'

red 19 ◦ green 191 ◦ blue 143

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

Shades of Mountain Meadow #13BF8F

Tints of Mountain Meadow #13BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 54.11%

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

R = 5.38%
G = 54.11%
B = 40.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#13BF8F (or 0x13BF8F) is known color: Mountain Meadow. HEX triplet: 13, BF and 8F. RGB value is (19,191,143). Sum of RGB (Red+Green+Blue) = 19+191+143=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #13BF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13BF8F is #EC4070. Grayscale: #868686. Windows color (decimal): -15482993 or 9420563. OLE color: 9420563.

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

Color convert

RGB 19 191 143 -
CMYK 0.90 0 0.25 0.25
HSL 163.26º 0.82% 0.41% -
HSV(B) 163.26º 0.9% 0.75% -
XYZ 23.86 39.38 32.33 -
YUV 134.1 133.02 45.9 -
System Red Green Blue C M Y K H S L
Decimal 19 191 143 0.90 0 0.25 0.25 163.26 0.82 0.41
Hex 13 BF 8F 5A 0 19 19 A3 52 29
Octal 23 277 217 132 0 31 31 243 122 51
Binary 10011 10111111 10001111 1011010 0 11001 11001 10100011 1010010 101001

Color Harmonies of #13BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BF8F

Black with #13BF8F

Text Example


Text Example

White with #13BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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