Html Css Color HEX #2FB096 Niagara

📋 copy color: '#2FB096'

red 47 ◦ green 176 ◦ blue 150

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

Shades of Niagara #2FB096

Tints of Niagara #2FB096

RGB

 RED value IS 47 (18.75% from 255) = 12.6%

 GREEN value IS 176 (69.14% from 255) = 47.18%

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

R = 12.6%
G = 47.18%
B = 40.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#2FB096 (or 0x2FB096) is known color: Niagara. HEX triplet: 2F, B0 and 96. RGB value is (47,176,150). Sum of RGB (Red+Green+Blue) = 47+176+150=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB096 is #D04F69. Grayscale: #868686. Windows color (decimal): -13651818 or 9875503. OLE color: 9875503.

HSL color Cylindrical-coordinate representation of color #2FB096: hue angle of 167.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB096 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 150 -
CMYK 0.73 0 0.15 0.31
HSL 167.91º 0.58% 0.44% -
HSV(B) 167.91º 0.73% 0.69% -
XYZ 22.2 33.86 34.22 -
YUV 134.47 136.76 65.61 -
System Red Green Blue C M Y K H S L
Decimal 47 176 150 0.73 0 0.15 0.31 167.91 0.58 0.44
Hex 2F B0 96 49 0 F 1F A8 3A 2C
Octal 57 260 226 111 0 17 37 250 72 54
Binary 101111 10110000 10010110 1001001 0 1111 11111 10101000 111010 101100

Color Harmonies of #2FB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB096

Black with #2FB096

Text Example


Text Example

White with #2FB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FB096; }

 p { color: rgb(47,176,150); }

 H1.HeaderClassName
 {
   color: #2FB096;
 }
 .AnyTagClassName
 {
   color: #2FB096;
 }
</style>

background-color css

<style>
 a { background-color: #2FB096; }

 a { background-color: rgb(47,176,150); }

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

border-color css

<style>
 span { border-color: #2FB096; }

 span { border-color: rgb(47,176,150); }

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