Html Css Color HEX #2FB097 Niagara

📋 copy color: '#2FB097'

red 47 ◦ green 176 ◦ blue 151

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

Shades of Niagara #2FB097

Tints of Niagara #2FB097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.37%

R = 12.57%
G = 47.06%
B = 40.37%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#2FB097 (or 0x2FB097) is known color: Niagara. HEX triplet: 2F, B0 and 97. RGB value is (47,176,151). Sum of RGB (Red+Green+Blue) = 47+176+151=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB097 is #D04F68. Grayscale: #868686. Windows color (decimal): -13651817 or 9941039. OLE color: 9941039.

HSL color Cylindrical-coordinate representation of color #2FB097: hue angle of 168.37º 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 #2FB097 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 151 -
CMYK 0.73 0 0.14 0.31
HSL 168.37º 0.58% 0.44% -
HSV(B) 168.37º 0.73% 0.69% -
XYZ 22.28 33.89 34.65 -
YUV 134.58 137.26 65.53 -
System Red Green Blue C M Y K H S L
Decimal 47 176 151 0.73 0 0.14 0.31 168.37 0.58 0.44
Hex 2F B0 97 49 0 E 1F A8 3A 2C
Octal 57 260 227 111 0 16 37 250 72 54
Binary 101111 10110000 10010111 1001001 0 1110 11111 10101000 111010 101100

Color Harmonies of #2FB097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB097

Black with #2FB097

Text Example


Text Example

White with #2FB097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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