#33B39B

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

Shades of Niagara #33B39B

Tints of Niagara #33B39B

Color information

#33B39B (or 0x33B39B) is unknown color: approx Niagara. HEX triplet: 33, B3 and 9B. RGB value is (51,179,155). Sum of RGB (Red+Green+Blue) = 51+179+155=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #33B39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B39B is #CC4C64. Grayscale: #898989. Windows color (decimal): -13388901 or 10203955. OLE color: 10203955.

HSL color Cylindrical-coordinate representation of color #33B39B: hue angle of 168.75º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B39B is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB51179155-
CMYK0.7200.130.30
HSL168.75º55.65%45.1%-
HSV(B)168.75º71.51%70.2%-
XYZ23.435.3136.59-
YUV137.99137.5965.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 179 (70.31% from 255) = 46.49%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=13.25%
G=46.49%
B=40.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal511791550.7200.130.30168.7555.6545.1
Hex33B39B480D1Ea9382d
Octal63263233110015362517055
Binary11001110110011100110111001000011011111010101001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33B39B; }

 p { color: rgb(51,179,155); }

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

<style>
 a { background-color: #33B39B; }

 a { background-color: rgb(51,179,155); }

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

<style>
 span { border-color: #33B39B; }

 span { border-color: rgb(51,179,155); }

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