#35B299

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

Shades of Niagara #35B299

Tints of Niagara #35B299

Color information

#35B299 (or 0x35B299) is unknown color: approx Niagara. HEX triplet: 35, B2 and 99. RGB value is (53,178,153). Sum of RGB (Red+Green+Blue) = 53+178+153=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #35B299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35B299 is #CA4D66. Grayscale: #898989. Windows color (decimal): -13258087 or 10072629. OLE color: 10072629.

HSL color Cylindrical-coordinate representation of color #35B299: hue angle of 168º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35B299 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB53178153-
CMYK0.7000.140.30
HSL168º54.11%45.29%-
HSV(B)168º70.22%69.8%-
XYZ23.1434.935.65-
YUV137.77136.5967.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.80%
GREEN value IS 178 (69.92% from 255) = 46.35%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=13.80%
G=46.35%
B=39.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal531781530.7000.140.3016854.1145.29
Hex35B299460E1Ea8362d
Octal65262231106016362506655
Binary11010110110010100110011000110011101111010101000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35B299; }

 p { color: rgb(53,178,153); }

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

<style>
 a { background-color: #35B299; }

 a { background-color: rgb(53,178,153); }

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

<style>
 span { border-color: #35B299; }

 span { border-color: rgb(53,178,153); }

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