Html Css Color HEX #13C192 Mountain Meadow

📋 copy color: '#13C192'

red 19 ◦ green 193 ◦ blue 146

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

Shades of Mountain Meadow #13C192

Tints of Mountain Meadow #13C192

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 5.31%
G = 53.91%
B = 40.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#13C192 (or 0x13C192) is known color: Mountain Meadow. HEX triplet: 13, C1 and 92. RGB value is (19,193,146). Sum of RGB (Red+Green+Blue) = 19+193+146=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #13C192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13C192 is #EC3E6D. Grayscale: #878787. Windows color (decimal): -15482478 or 9617683. OLE color: 9617683.

HSL color Cylindrical-coordinate representation of color #13C192: hue angle of 163.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C192 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 146 -
CMYK 0.90 0 0.24 0.24
HSL 163.79º 0.82% 0.42% -
HSV(B) 163.79º 0.9% 0.76% -
XYZ 24.53 40.35 33.69 -
YUV 135.62 133.85 44.82 -
System Red Green Blue C M Y K H S L
Decimal 19 193 146 0.90 0 0.24 0.24 163.79 0.82 0.42
Hex 13 C1 92 5A 0 18 18 A4 52 2A
Octal 23 301 222 132 0 30 30 244 122 52
Binary 10011 11000001 10010010 1011010 0 11000 11000 10100100 1010010 101010

Color Harmonies of #13C192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C192

Black with #13C192

Text Example


Text Example

White with #13C192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,193,146); }

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

background-color css

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

 a { background-color: rgb(19,193,146); }

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

border-color css

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

 span { border-color: rgb(19,193,146); }

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