Html Css Color HEX #2FB199 Niagara

📋 copy color: '#2FB199'

red 47 ◦ green 177 ◦ blue 153

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

Shades of Niagara #2FB199

Tints of Niagara #2FB199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 12.47%
G = 46.95%
B = 40.58%

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

#2FB199 (or 0x2FB199) is known color: Niagara. HEX triplet: 2F, B1 and 99. RGB value is (47,177,153). Sum of RGB (Red+Green+Blue) = 47+177+153=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #2FB199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB199 is #D04E66. Grayscale: #878787. Windows color (decimal): -13651559 or 10072367. OLE color: 10072367.

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

Color convert

RGB 47 177 153 -
CMYK 0.73 0 0.14 0.31
HSL 168.92º 0.58% 0.44% -
HSV(B) 168.92º 0.73% 0.69% -
XYZ 22.64 34.35 35.57 -
YUV 135.39 137.93 64.95 -
System Red Green Blue C M Y K H S L
Decimal 47 177 153 0.73 0 0.14 0.31 168.92 0.58 0.44
Hex 2F B1 99 49 0 E 1F A9 3A 2C
Octal 57 261 231 111 0 16 37 251 72 54
Binary 101111 10110001 10011001 1001001 0 1110 11111 10101001 111010 101100

Color Harmonies of #2FB199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB199

Black with #2FB199

Text Example


Text Example

White with #2FB199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,153); }

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

background-color css

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

 a { background-color: rgb(47,177,153); }

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

border-color css

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

 span { border-color: rgb(47,177,153); }

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