#299E8B

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

Shades of Niagara #299E8B

Tints of Niagara #299E8B

Color information

#299E8B (or 0x299E8B) is unknown color: approx Niagara. HEX triplet: 29, 9E and 8B. RGB value is (41,158,139). Sum of RGB (Red+Green+Blue) = 41+158+139=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #299E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299E8B is #D66174. Grayscale: #787878. Windows color (decimal): -14049653 or 9149993. OLE color: 9149993.

HSL color Cylindrical-coordinate representation of color #299E8B: hue angle of 170.26º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299E8B is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB41158139-
CMYK0.7400.120.38
HSL170.26º58.79%39.02%-
HSV(B)170.26º74.05%61.96%-
XYZ17.826.7928.66-
YUV120.85138.2471.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 158 (62.11% from 255) = 46.75%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=12.13%
G=46.75%
B=41.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411581390.7400.120.38170.2658.7939.02
Hex299E8B4A0C26aa3b27
Octal51236213112014462527347
Binary101001100111101000101110010100110010011010101010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299E8B; }

 p { color: rgb(41,158,139); }

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

<style>
 a { background-color: #299E8B; }

 a { background-color: rgb(41,158,139); }

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

<style>
 span { border-color: #299E8B; }

 span { border-color: rgb(41,158,139); }

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