#1FB08F

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

Shades of Niagara #1FB08F

Tints of Niagara #1FB08F

Color information

#1FB08F (or 0x1FB08F) is unknown color: approx Niagara. HEX triplet: 1F, B0 and 8F. RGB value is (31,176,143). Sum of RGB (Red+Green+Blue) = 31+176+143=350 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.86% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB08F is #E04F70. Grayscale: #808080. Windows color (decimal): -14700401 or 9416735. OLE color: 9416735.

HSL color Cylindrical-coordinate representation of color #1FB08F: hue angle of 166.34º 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 #1FB08F is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB31176143-
CMYK0.8200.190.31
HSL166.34º70.05%40.59%-
HSV(B)166.34º82.39%69.02%-
XYZ21.0533.3331.31-
YUV128.88135.9658.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.86%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=8.86%
G=50.29%
B=40.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal311761430.8200.190.31166.3470.0540.59
Hex1FB08F520131Fa64629
Octal372602171220233724610651
Binary111111011000010001111101001001001111111101001101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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