Html Css Color HEX #2FAF94 Niagara

📋 copy color: '#2FAF94'

red 47 ◦ green 175 ◦ blue 148

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

Shades of Niagara #2FAF94

Tints of Niagara #2FAF94

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.3%

 BLUE value IS 148 (58.2% from 255) = 40%

R = 12.7%
G = 47.3%
B = 40%

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

#2FAF94 (or 0x2FAF94) is known color: Niagara. HEX triplet: 2F, AF and 94. RGB value is (47,175,148). Sum of RGB (Red+Green+Blue) = 47+175+148=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAF94 is #D0506B. Grayscale: #858585. Windows color (decimal): -13652076 or 9744175. OLE color: 9744175.

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

Color convert

RGB 47 175 148 -
CMYK 0.73 0 0.15 0.31
HSL 167.34º 0.58% 0.44% -
HSV(B) 167.34º 0.73% 0.69% -
XYZ 21.85 33.4 33.31 -
YUV 133.65 136.09 66.2 -
System Red Green Blue C M Y K H S L
Decimal 47 175 148 0.73 0 0.15 0.31 167.34 0.58 0.44
Hex 2F AF 94 49 0 F 1F A7 3A 2C
Octal 57 257 224 111 0 17 37 247 72 54
Binary 101111 10101111 10010100 1001001 0 1111 11111 10100111 111010 101100

Color Harmonies of #2FAF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF94

Black with #2FAF94

Text Example


Text Example

White with #2FAF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,148); }

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

background-color css

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

 a { background-color: rgb(47,175,148); }

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

border-color css

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

 span { border-color: rgb(47,175,148); }

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