#1FAD8C

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

Shades of Niagara #1FAD8C

Tints of Niagara #1FAD8C

Color information

#1FAD8C (or 0x1FAD8C) is unknown color: approx Niagara. HEX triplet: 1F, AD and 8C. RGB value is (31,173,140). Sum of RGB (Red+Green+Blue) = 31+173+140=344 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.01% from 344); Green value is 173 (67.97% from 255 or 50.29% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAD8C is #E05273. Grayscale: #7E7E7E. Windows color (decimal): -14701172 or 9219359. OLE color: 9219359.

HSL color Cylindrical-coordinate representation of color #1FAD8C: hue angle of 166.06º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD8C is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB31173140-
CMYK0.8200.190.32
HSL166.06º69.61%40%-
HSV(B)166.06º82.08%67.84%-
XYZ20.2432.0729.93-
YUV126.78135.4659.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.01%
GREEN value IS 173 (67.97% from 255) = 50.29%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=9.01%
G=50.29%
B=40.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311731400.8200.190.32166.0669.6140
Hex1FAD8C5201320a64628
Octal372552141220234024610650
Binary1111110101101100011001010010010011100000101001101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,173,140); }

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

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

 a { background-color: rgb(31,173,140); }

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

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

 span { border-color: rgb(31,173,140); }

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