#279B8B

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

Shades of Niagara #279B8B

Tints of Niagara #279B8B

Color information

#279B8B (or 0x279B8B) is unknown color: approx Niagara. HEX triplet: 27, 9B and 8B. RGB value is (39,155,139). Sum of RGB (Red+Green+Blue) = 39+155+139=333 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.71% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #279B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #279B8B is #D86474. Grayscale: #767676. Windows color (decimal): -14181493 or 9149223. OLE color: 9149223.

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

Color convert

RGB39155139-
CMYK0.7500.100.39
HSL171.72º59.79%38.04%-
HSV(B)171.72º74.84%60.78%-
XYZ17.2225.7428.49-
YUV118.49139.5771.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.71%
GREEN value IS 155 (60.94% from 255) = 46.55%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=11.71%
G=46.55%
B=41.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391551390.7500.100.39171.7259.7938.04
Hex279B8B4B0A27ac3c26
Octal47233213113012472547446
Binary100111100110111000101110010110101010011110101100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #279B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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