#13B694

Color #13B694 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #13B694

Tints of Mountain Meadow #13B694

Color information

#13B694 (or 0x13B694) is unknown color: approx Mountain Meadow. HEX triplet: 13, B6 and 94. RGB value is (19,182,148). Sum of RGB (Red+Green+Blue) = 19+182+148=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 182 (71.48% from 255 or 52.15% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 182 - color contains mainly: green. Hex color #13B694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13B694 is #EC496B. Grayscale: #818181. Windows color (decimal): -15485292 or 9745939. OLE color: 9745939.

HSL color Cylindrical-coordinate representation of color #13B694: hue angle of 167.48º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B694 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB19182148-
CMYK0.9000.190.29
HSL167.48º81.09%39.41%-
HSV(B)167.48º89.56%71.37%-
XYZ22.3435.7333.74-
YUV129.39138.549.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.44%
GREEN value IS 182 (71.48% from 255) = 52.15%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=5.44%
G=52.15%
B=42.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal191821480.9000.190.29167.4881.0939.41
Hex13B6945A0131Da75127
Octal232662241320233524712147
Binary100111011011010010100101101001001111101101001111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,182,148); }

 H1.HeaderClassName
 {
   color: #13B694;
 }
 .AnyTagClassName
 {
   color: #13B694;
 }
</style>
background-color css

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

 a { background-color: rgb(19,182,148); }

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

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

 span { border-color: rgb(19,182,148); }

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