Html Css Color HEX #3BB196 Niagara

📋 copy color: '#3BB196'

red 59 ◦ green 177 ◦ blue 150

#3BB196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #3BB196

Tints of Niagara #3BB196

RGB

 RED value IS 59 (23.44% from 255) = 15.28%

 GREEN value IS 177 (69.53% from 255) = 45.85%

 BLUE value IS 150 (58.98% from 255) = 38.86%

R = 15.28%
G = 45.85%
B = 38.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#3BB196 (or 0x3BB196) is known color: Niagara. HEX triplet: 3B, B1 and 96. RGB value is (59,177,150). Sum of RGB (Red+Green+Blue) = 59+177+150=386 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.28% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB196 is #C44E69. Grayscale: #8A8A8A. Windows color (decimal): -12865130 or 9875771. OLE color: 9875771.

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

Color convert

RGB 59 177 150 -
CMYK 0.67 0 0.15 0.31
HSL 166.27º 0.5% 0.46% -
HSV(B) 166.27º 0.67% 0.69% -
XYZ 23.03 34.58 34.31 -
YUV 138.64 134.41 71.2 -
System Red Green Blue C M Y K H S L
Decimal 59 177 150 0.67 0 0.15 0.31 166.27 0.5 0.46
Hex 3B B1 96 43 0 F 1F A6 32 2E
Octal 73 261 226 103 0 17 37 246 62 56
Binary 111011 10110001 10010110 1000011 0 1111 11111 10100110 110010 101110

Color Harmonies of #3BB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BB196

Black with #3BB196

Text Example


Text Example

White with #3BB196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,177,150); }

 H1.HeaderClassName
 {
   color: #3BB196;
 }
 .AnyTagClassName
 {
   color: #3BB196;
 }
</style>

background-color css

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

 a { background-color: rgb(59,177,150); }

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

border-color css

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

 span { border-color: rgb(59,177,150); }

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