#279F8B

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

Shades of Niagara #279F8B

Tints of Niagara #279F8B

Color information

#279F8B (or 0x279F8B) is unknown color: approx Niagara. HEX triplet: 27, 9F and 8B. RGB value is (39,159,139). Sum of RGB (Red+Green+Blue) = 39+159+139=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #279F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279F8B is #D86074. Grayscale: #787878. Windows color (decimal): -14180469 or 9150247. OLE color: 9150247.

HSL color Cylindrical-coordinate representation of color #279F8B: hue angle of 170º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279F8B is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB39159139-
CMYK0.7500.130.38
HSL170º60.61%38.82%-
HSV(B)170º75.47%62.35%-
XYZ17.927.0928.71-
YUV120.84138.2469.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.57%
GREEN value IS 159 (62.5% from 255) = 47.18%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=11.57%
G=47.18%
B=41.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391591390.7500.130.3817060.6138.82
Hex279F8B4B0D26aa3d27
Octal47237213113015462527547
Binary100111100111111000101110010110110110011010101010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #279F8B; }

 p { color: rgb(39,159,139); }

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

<style>
 a { background-color: #279F8B; }

 a { background-color: rgb(39,159,139); }

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

<style>
 span { border-color: #279F8B; }

 span { border-color: rgb(39,159,139); }

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