#1fbc87

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

Shades of Mountain Meadow #1FBC87

Tints of Mountain Meadow #1FBC87

Color information

#1FBC87 (or 0x1FBC87) is unknown color: approx Mountain Meadow. HEX triplet: 1F, BC and 87. RGB value is (31,188,135). Sum of RGB (Red+Green+Blue) = 31+188+135=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBC87 is #E04378. Grayscale: #878787. Windows color (decimal): -14697337 or 8895519. OLE color: 8895519.

HSL color Cylindrical-coordinate representation of color #1FBC87: hue angle of 159.75º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC87 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB31188135-
CMYK0.8400.280.26
HSL159.75º71.69%42.94%-
HSV(B)159.75º83.51%73.73%-
XYZ22.9238.0129.05-
YUV135.01127.9953.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.76%
GREEN value IS 188 (73.83% from 255) = 53.11%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=8.76%
G=53.11%
B=38.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal311881350.8400.280.26159.7571.6942.94
Hex1FBC875401C1Aa0482b
Octal372742071240343224011053
Binary111111011110010000111101010001110011010101000001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fbc87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1fbc87; }

 p { color: rgb(31,188,135); }

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

<style>
 a { background-color: #1fbc87; }

 a { background-color: rgb(31,188,135); }

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

<style>
 span { border-color: #1fbc87; }

 span { border-color: rgb(31,188,135); }

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