#1FB088

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

Shades of Mountain Meadow #1FB088

Tints of Mountain Meadow #1FB088

Color information

#1FB088 (or 0x1FB088) is unknown color: approx Mountain Meadow. HEX triplet: 1F, B0 and 88. RGB value is (31,176,136). Sum of RGB (Red+Green+Blue) = 31+176+136=343 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.04% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB088 is #E04F77. Grayscale: #808080. Windows color (decimal): -14700408 or 8957983. OLE color: 8957983.

HSL color Cylindrical-coordinate representation of color #1FB088: hue angle of 163.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB088 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB31176136-
CMYK0.8200.230.31
HSL163.45º70.05%40.59%-
HSV(B)163.45º82.39%69.02%-
XYZ20.5333.1228.6-
YUV128.08132.4658.75-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.04%
GREEN value IS 176 (69.14% from 255) = 51.31%
BLUE value IS 136 (53.52% from 255) = 39.65%
R=9.04%
G=51.31%
B=39.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311761360.8200.230.31163.4570.0540.59
Hex1FB088520171Fa34629
Octal372602101220273724310651
Binary111111011000010001000101001001011111111101000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,176,136); }

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

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

 a { background-color: rgb(31,176,136); }

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

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

 span { border-color: rgb(31,176,136); }

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