#2FAE98

Color #2FAE98 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #2FAE98

Tints of Niagara #2FAE98

Color information

#2FAE98 (or 0x2FAE98) is unknown color: approx Niagara. HEX triplet: 2F, AE and 98. RGB value is (47,174,152). Sum of RGB (Red+Green+Blue) = 47+174+152=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #2FAE98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FAE98 is #D05167. Grayscale: #858585. Windows color (decimal): -13652328 or 10006063. OLE color: 10006063.

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

Color convert

RGB47174152-
CMYK0.7300.130.32
HSL169.61º57.47%43.33%-
HSV(B)169.61º72.99%68.24%-
XYZ21.9833.1434.94-
YUV133.52138.4266.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.60%
GREEN value IS 174 (68.36% from 255) = 46.65%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=12.60%
G=46.65%
B=40.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal471741520.7300.130.32169.6157.4743.33
Hex2FAE98490D20aa392b
Octal57256230111015402527153
Binary101111101011101001100010010010110110000010101010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FAE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,174,152); }

 H1.HeaderClassName
 {
   color: #2FAE98;
 }
 .AnyTagClassName
 {
   color: #2FAE98;
 }
</style>
background-color css

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

 a { background-color: rgb(47,174,152); }

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

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

 span { border-color: rgb(47,174,152); }

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