#35AB97

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

Shades of Niagara #35AB97

Tints of Niagara #35AB97

Color information

#35AB97 (or 0x35AB97) is unknown color: approx Niagara. HEX triplet: 35, AB and 97. RGB value is (53,171,151). Sum of RGB (Red+Green+Blue) = 53+171+151=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AB97 is #CA5468. Grayscale: #858585. Windows color (decimal): -13259881 or 9939765. OLE color: 9939765.

HSL color Cylindrical-coordinate representation of color #35AB97: hue angle of 169.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AB97 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB53171151-
CMYK0.6900.120.33
HSL169.83º52.68%43.92%-
HSV(B)169.83º69.01%67.06%-
XYZ21.6232.1234.34-
YUV133.44137.9170.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.13%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=14.13%
G=45.6%
B=40.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531711510.6900.120.33169.8352.6843.92
Hex35AB97450C21aa352c
Octal65253227105014412526554
Binary110101101010111001011110001010110010000110101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,171,151); }

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

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

 a { background-color: rgb(53,171,151); }

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

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

 span { border-color: rgb(53,171,151); }

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