#1F997F

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

Shades of Niagara #1F997F

Tints of Niagara #1F997F

Color information

#1F997F (or 0x1F997F) is unknown color: approx Niagara. HEX triplet: 1F, 99 and 7F. RGB value is (31,153,127). Sum of RGB (Red+Green+Blue) = 31+153+127=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #1F997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F997F is #E06680. Grayscale: #717171. Windows color (decimal): -14706305 or 8362271. OLE color: 8362271.

HSL color Cylindrical-coordinate representation of color #1F997F: hue angle of 167.21º 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 #1F997F is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB31153127-
CMYK0.8000.170.4
HSL167.21º66.3%36.08%-
HSV(B)167.21º79.74%60%-
XYZ15.7924.6124-
YUV113.56135.5869.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.97%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 127 (50% from 255) = 40.84%
R=9.97%
G=49.20%
B=40.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal311531270.8000.170.4167.2166.336.08
Hex1F997F5001128a74224
Octal372311771200215024710244
Binary111111001100111111111010000010001101000101001111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,153,127); }

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

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

 a { background-color: rgb(31,153,127); }

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

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

 span { border-color: rgb(31,153,127); }

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