#3BB09A

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

Shades of Niagara #3BB09A

Tints of Niagara #3BB09A

Color information

#3BB09A (or 0x3BB09A) is unknown color: approx Niagara. HEX triplet: 3B, B0 and 9A. RGB value is (59,176,154). Sum of RGB (Red+Green+Blue) = 59+176+154=389 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.17% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB09A is #C44F65. Grayscale: #8A8A8A. Windows color (decimal): -12865382 or 10137659. OLE color: 10137659.

HSL color Cylindrical-coordinate representation of color #3BB09A: hue angle of 168.72º 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 #3BB09A is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB59176154-
CMYK0.6600.120.31
HSL168.72º49.79%46.08%-
HSV(B)168.72º66.48%69.02%-
XYZ23.1634.3135.97-
YUV138.51136.7471.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.17%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=15.17%
G=45.24%
B=39.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal591761540.6600.120.31168.7249.7946.08
Hex3BB09A420C1Fa9322e
Octal73260232102014372516256
Binary11101110110000100110101000010011001111110101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,176,154); }

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

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

 a { background-color: rgb(59,176,154); }

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

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

 span { border-color: rgb(59,176,154); }

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