#35AB8C

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

Shades of Niagara #35AB8C

Tints of Niagara #35AB8C

Color information

#35AB8C (or 0x35AB8C) is unknown color: approx Niagara. HEX triplet: 35, AB and 8C. RGB value is (53,171,140). Sum of RGB (Red+Green+Blue) = 53+171+140=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AB8C is #CA5473. Grayscale: #848484. Windows color (decimal): -13259892 or 9218869. OLE color: 9218869.

HSL color Cylindrical-coordinate representation of color #35AB8C: hue angle of 164.24º 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 #35AB8C is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB53171140-
CMYK0.6900.180.33
HSL164.24º52.68%43.92%-
HSV(B)164.24º69.01%67.06%-
XYZ20.7631.7829.85-
YUV132.18132.4171.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.56%
GREEN value IS 171 (67.19% from 255) = 46.98%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=14.56%
G=46.98%
B=38.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531711400.6900.180.33164.2452.6843.92
Hex35AB8C4501221a4352c
Octal65253214105022412446554
Binary1101011010101110001100100010101001010000110100100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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