#2F9E8E

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

Shades of Niagara #2F9E8E

Tints of Niagara #2F9E8E

Color information

#2F9E8E (or 0x2F9E8E) is unknown color: approx Niagara. HEX triplet: 2F, 9E and 8E. RGB value is (47,158,142). Sum of RGB (Red+Green+Blue) = 47+158+142=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9E8E is #D06171. Grayscale: #7A7A7A. Windows color (decimal): -13656434 or 9346607. OLE color: 9346607.

HSL color Cylindrical-coordinate representation of color #2F9E8E: hue angle of 171.35º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9E8E is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB47158142-
CMYK0.7000.100.38
HSL171.35º54.15%40.2%-
HSV(B)171.35º70.25%61.96%-
XYZ18.2827.0129.84-
YUV122.99138.7373.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.54%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=13.54%
G=45.53%
B=40.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal471581420.7000.100.38171.3554.1540.2
Hex2F9E8E460A26ab3628
Octal57236216106012462536650
Binary101111100111101000111010001100101010011010101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F9E8E; }

 p { color: rgb(47,158,142); }

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

<style>
 a { background-color: #2F9E8E; }

 a { background-color: rgb(47,158,142); }

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

<style>
 span { border-color: #2F9E8E; }

 span { border-color: rgb(47,158,142); }

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