Html Css Color HEX #2FAF96 Niagara

📋 copy color: '#2FAF96'

red 47 ◦ green 175 ◦ blue 150

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

Shades of Niagara #2FAF96

Tints of Niagara #2FAF96

RGB

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

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

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

R = 12.63%
G = 47.04%
B = 40.32%

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

#2FAF96 (or 0x2FAF96) is known color: Niagara. HEX triplet: 2F, AF and 96. RGB value is (47,175,150). Sum of RGB (Red+Green+Blue) = 47+175+150=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAF96 is #D05069. Grayscale: #858585. Windows color (decimal): -13652074 or 9875247. OLE color: 9875247.

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

Color convert

RGB 47 175 150 -
CMYK 0.73 0 0.14 0.31
HSL 168.28º 0.58% 0.44% -
HSV(B) 168.28º 0.73% 0.69% -
XYZ 22.01 33.47 34.15 -
YUV 133.88 137.09 66.03 -
System Red Green Blue C M Y K H S L
Decimal 47 175 150 0.73 0 0.14 0.31 168.28 0.58 0.44
Hex 2F AF 96 49 0 E 1F A8 3A 2C
Octal 57 257 226 111 0 16 37 250 72 54
Binary 101111 10101111 10010110 1001001 0 1110 11111 10101000 111010 101100

Color Harmonies of #2FAF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF96

Black with #2FAF96

Text Example


Text Example

White with #2FAF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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