#13BD7B

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

Shades of Mountain Meadow #13BD7B

Tints of Mountain Meadow #13BD7B

Color information

#13BD7B (or 0x13BD7B) is unknown color: approx Mountain Meadow. HEX triplet: 13, BD and 7B. RGB value is (19,189,123). Sum of RGB (Red+Green+Blue) = 19+189+123=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BD7B is #EC4284. Grayscale: #828282. Windows color (decimal): -15483525 or 8109331. OLE color: 8109331.

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

Color convert

RGB19189123-
CMYK0.9000.350.26
HSL156.71º81.73%40.78%-
HSV(B)156.71º89.95%74.12%-
XYZ22.0437.9624.9-
YUV130.65123.6848.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.74%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=5.74%
G=57.10%
B=37.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191891230.9000.350.26156.7181.7340.78
Hex13BD7B5A0231A9d5229
Octal232751731320433223512251
Binary100111011110111110111011010010001111010100111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,189,123); }

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

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

 a { background-color: rgb(19,189,123); }

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

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

 span { border-color: rgb(19,189,123); }

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