#299B8B

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

Shades of Niagara #299B8B

Tints of Niagara #299B8B

Color information

#299B8B (or 0x299B8B) is unknown color: approx Niagara. HEX triplet: 29, 9B and 8B. RGB value is (41,155,139). Sum of RGB (Red+Green+Blue) = 41+155+139=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #299B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B8B is #D66474. Grayscale: #777777. Windows color (decimal): -14050421 or 9149225. OLE color: 9149225.

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

Color convert

RGB41155139-
CMYK0.7400.100.39
HSL171.58º58.16%38.43%-
HSV(B)171.58º73.55%60.78%-
XYZ17.325.7828.49-
YUV119.09139.2372.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.24%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=12.24%
G=46.27%
B=41.49%

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
Decimal411551390.7400.100.39171.5858.1638.43
Hex299B8B4A0A27ac3a26
Octal51233213112012472547246
Binary101001100110111000101110010100101010011110101100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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