#35A89B

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

Shades of Niagara #35A89B

Tints of Niagara #35A89B

Color information

#35A89B (or 0x35A89B) is unknown color: approx Niagara. HEX triplet: 35, A8 and 9B. RGB value is (53,168,155). Sum of RGB (Red+Green+Blue) = 53+168+155=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #35A89B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A89B is #CA5764. Grayscale: #848484. Windows color (decimal): -13260645 or 10201141. OLE color: 10201141.

HSL color Cylindrical-coordinate representation of color #35A89B: hue angle of 173.22º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A89B is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB53168155-
CMYK0.6800.080.34
HSL173.22º52.04%43.33%-
HSV(B)173.22º68.45%65.88%-
XYZ21.3931.1335.89-
YUV132.13140.971.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.10%
GREEN value IS 168 (66.02% from 255) = 44.68%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=14.10%
G=44.68%
B=41.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal531681550.6800.080.34173.2252.0443.33
Hex35A89B440822ad342b
Octal65250233104010422556453
Binary110101101010001001101110001000100010001010101101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,168,155); }

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

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

 a { background-color: rgb(53,168,155); }

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

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

 span { border-color: rgb(53,168,155); }

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