#35AF9B

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

Shades of Niagara #35AF9B

Tints of Niagara #35AF9B

Color information

#35AF9B (or 0x35AF9B) is unknown color: approx Niagara. HEX triplet: 35, AF and 9B. RGB value is (53,175,155). Sum of RGB (Red+Green+Blue) = 53+175+155=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AF9B is #CA5064. Grayscale: #888888. Windows color (decimal): -13258853 or 10202933. OLE color: 10202933.

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

Color convert

RGB53175155-
CMYK0.7000.110.31
HSL170.16º53.51%44.71%-
HSV(B)170.16º69.71%68.63%-
XYZ22.7133.7836.33-
YUV136.24138.5868.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.84%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=13.84%
G=45.69%
B=40.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531751550.7000.110.31170.1653.5144.71
Hex35AF9B460B1Faa362d
Octal65257233106013372526655
Binary11010110101111100110111000110010111111110101010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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