#1F9885

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

Shades of Niagara #1F9885

Tints of Niagara #1F9885

Color information

#1F9885 (or 0x1F9885) is unknown color: approx Niagara. HEX triplet: 1F, 98 and 85. RGB value is (31,152,133). Sum of RGB (Red+Green+Blue) = 31+152+133=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #1F9885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9885 is #E0677A. Grayscale: #717171. Windows color (decimal): -14706555 or 8755231. OLE color: 8755231.

HSL color Cylindrical-coordinate representation of color #1F9885: hue angle of 170.58º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9885 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB31152133-
CMYK0.8000.130.40
HSL170.58º66.12%35.88%-
HSV(B)170.58º79.61%59.61%-
XYZ16.0324.4426.06-
YUV113.66138.9169.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.81%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=9.81%
G=48.10%
B=42.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal311521330.8000.130.40170.5866.1235.88
Hex1F9885500D28ab4224
Octal372302051200155025310244
Binary111111001100010000101101000001101101000101010111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,152,133); }

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

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

 a { background-color: rgb(31,152,133); }

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

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

 span { border-color: rgb(31,152,133); }

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