Html Css Color HEX #13C08B Mountain Meadow

📋 copy color: '#13C08B'

red 19 ◦ green 192 ◦ blue 139

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

Shades of Mountain Meadow #13C08B

Tints of Mountain Meadow #13C08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

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

R = 5.43%
G = 54.86%
B = 39.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#13C08B (or 0x13C08B) is known color: Mountain Meadow. HEX triplet: 13, C0 and 8B. RGB value is (19,192,139). Sum of RGB (Red+Green+Blue) = 19+192+139=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #13C08B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C08B is #EC3F74. Grayscale: #868686. Windows color (decimal): -15482741 or 9158675. OLE color: 9158675.

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

Color convert

RGB 19 192 139 -
CMYK 0.90 0 0.28 0.25
HSL 161.62º 0.82% 0.41% -
HSV(B) 161.62º 0.9% 0.75% -
XYZ 23.78 39.7 30.84 -
YUV 134.23 130.69 45.81 -
System Red Green Blue C M Y K H S L
Decimal 19 192 139 0.90 0 0.28 0.25 161.62 0.82 0.41
Hex 13 C0 8B 5A 0 1C 19 A2 52 29
Octal 23 300 213 132 0 34 31 242 122 51
Binary 10011 11000000 10001011 1011010 0 11100 11001 10100010 1010010 101001

Color Harmonies of #13C08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C08B

Black with #13C08B

Text Example


Text Example

White with #13C08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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