#35AF98

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

Shades of Niagara #35AF98

Tints of Niagara #35AF98

Color information

#35AF98 (or 0x35AF98) is unknown color: approx Niagara. HEX triplet: 35, AF and 98. RGB value is (53,175,152). Sum of RGB (Red+Green+Blue) = 53+175+152=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35AF98 is #CA5067. Grayscale: #878787. Windows color (decimal): -13258856 or 10006325. OLE color: 10006325.

HSL color Cylindrical-coordinate representation of color #35AF98: hue angle of 168.69º 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 #35AF98 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB53175152-
CMYK0.7000.130.31
HSL168.69º53.51%44.71%-
HSV(B)168.69º69.71%68.63%-
XYZ22.4733.6835.02-
YUV135.9137.0868.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.95%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 152 (59.77% from 255) = 40%
R=13.95%
G=46.05%
B=40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531751520.7000.130.31168.6953.5144.71
Hex35AF98460D1Fa9362d
Octal65257230106015372516655
Binary11010110101111100110001000110011011111110101001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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