Html Css Color HEX #2FAD93 Niagara

📋 copy color: '#2FAD93'

red 47 ◦ green 173 ◦ blue 147

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

Shades of Niagara #2FAD93

Tints of Niagara #2FAD93

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.14%

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 12.81%
G = 47.14%
B = 40.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#2FAD93 (or 0x2FAD93) is known color: Niagara. HEX triplet: 2F, AD and 93. RGB value is (47,173,147). Sum of RGB (Red+Green+Blue) = 47+173+147=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #2FAD93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAD93 is #D0526C. Grayscale: #848484. Windows color (decimal): -13652589 or 9678127. OLE color: 9678127.

HSL color Cylindrical-coordinate representation of color #2FAD93: hue angle of 167.62º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAD93 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 173 147 -
CMYK 0.73 0 0.15 0.32
HSL 167.62º 0.57% 0.43% -
HSV(B) 167.62º 0.73% 0.68% -
XYZ 21.38 32.6 32.77 -
YUV 132.36 136.26 67.11 -
System Red Green Blue C M Y K H S L
Decimal 47 173 147 0.73 0 0.15 0.32 167.62 0.57 0.43
Hex 2F AD 93 49 0 F 20 A8 39 2B
Octal 57 255 223 111 0 17 40 250 71 53
Binary 101111 10101101 10010011 1001001 0 1111 100000 10101000 111001 101011

Color Harmonies of #2FAD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAD93

Black with #2FAD93

Text Example


Text Example

White with #2FAD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,173,147); }

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

background-color css

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

 a { background-color: rgb(47,173,147); }

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

border-color css

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

 span { border-color: rgb(47,173,147); }

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