#299D88

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

Shades of Niagara #299D88

Tints of Niagara #299D88

Color information

#299D88 (or 0x299D88) is unknown color: approx Niagara. HEX triplet: 29, 9D and 88. RGB value is (41,157,136). Sum of RGB (Red+Green+Blue) = 41+157+136=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #299D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D88 is #D66277. Grayscale: #777777. Windows color (decimal): -14049912 or 8953129. OLE color: 8953129.

HSL color Cylindrical-coordinate representation of color #299D88: hue angle of 169.14º 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 #299D88 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB41157136-
CMYK0.7400.130.38
HSL169.14º58.59%38.82%-
HSV(B)169.14º73.89%61.57%-
XYZ17.4226.3627.46-
YUV119.92137.0771.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.28%
GREEN value IS 157 (61.72% from 255) = 47.01%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=12.28%
G=47.01%
B=40.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411571360.7400.130.38169.1458.5938.82
Hex299D884A0D26a93b27
Octal51235210112015462517347
Binary101001100111011000100010010100110110011010101001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,157,136); }

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

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

 a { background-color: rgb(41,157,136); }

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

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

 span { border-color: rgb(41,157,136); }

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