#3AAF98

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

Shades of Niagara #3AAF98

Tints of Niagara #3AAF98

Color information

#3AAF98 (or 0x3AAF98) is unknown color: approx Niagara. HEX triplet: 3A, AF and 98. RGB value is (58,175,152). Sum of RGB (Red+Green+Blue) = 58+175+152=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF98 is #C55067. Grayscale: #898989. Windows color (decimal): -12931176 or 10006330. OLE color: 10006330.

HSL color Cylindrical-coordinate representation of color #3AAF98: hue angle of 168.21º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF98 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB58175152-
CMYK0.6700.130.31
HSL168.21º50.21%45.69%-
HSV(B)168.21º66.86%68.63%-
XYZ22.7433.8335.04-
YUV137.39136.2471.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.06%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=15.06%
G=45.45%
B=39.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal581751520.6700.130.31168.2150.2145.69
Hex3AAF98430D1Fa8322e
Octal72257230103015372506256
Binary11101010101111100110001000011011011111110101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AAF98; }

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

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

<style>
 a { background-color: #3AAF98; }

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

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

<style>
 span { border-color: #3AAF98; }

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

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