#3BAF9C

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

Shades of Niagara #3BAF9C

Tints of Niagara #3BAF9C

Color information

#3BAF9C (or 0x3BAF9C) is unknown color: approx Niagara. HEX triplet: 3B, AF and 9C. RGB value is (59,175,156). Sum of RGB (Red+Green+Blue) = 59+175+156=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF9C is #C45063. Grayscale: #8A8A8A. Windows color (decimal): -12865636 or 10268475. OLE color: 10268475.

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

Color convert

RGB59175156-
CMYK0.6600.110.31
HSL170.17º49.57%45.88%-
HSV(B)170.17º66.29%68.63%-
XYZ23.1333.9936.79-
YUV138.15138.0771.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.13%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 156 (61.33% from 255) = 40%
R=15.13%
G=44.87%
B=40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591751560.6600.110.31170.1749.5745.88
Hex3BAF9C420B1Faa322e
Octal73257234102013372526256
Binary11101110101111100111001000010010111111110101010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,175,156); }

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

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

 a { background-color: rgb(59,175,156); }

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

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

 span { border-color: rgb(59,175,156); }

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