#299C8C

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

Shades of Niagara #299C8C

Tints of Niagara #299C8C

Color information

#299C8C (or 0x299C8C) is unknown color: approx Niagara. HEX triplet: 29, 9C and 8C. RGB value is (41,156,140). Sum of RGB (Red+Green+Blue) = 41+156+140=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #299C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C8C is #D66373. Grayscale: #777777. Windows color (decimal): -14050164 or 9215017. OLE color: 9215017.

HSL color Cylindrical-coordinate representation of color #299C8C: hue angle of 171.65º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C8C is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB41156140-
CMYK0.7400.100.39
HSL171.65º58.38%38.63%-
HSV(B)171.65º73.72%61.18%-
XYZ17.5426.1428.93-
YUV119.79139.471.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.17%
GREEN value IS 156 (61.33% from 255) = 46.29%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=12.17%
G=46.29%
B=41.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411561400.7400.100.39171.6558.3838.63
Hex299C8C4A0A27ac3a27
Octal51234214112012472547247
Binary101001100111001000110010010100101010011110101100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,156,140); }

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

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

 a { background-color: rgb(41,156,140); }

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

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

 span { border-color: rgb(41,156,140); }

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