#2FA695

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

Shades of Niagara #2FA695

Tints of Niagara #2FA695

Color information

#2FA695 (or 0x2FA695) is unknown color: approx Niagara. HEX triplet: 2F, A6 and 95. RGB value is (47,166,149). Sum of RGB (Red+Green+Blue) = 47+166+149=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #2FA695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA695 is #D0596A. Grayscale: #808080. Windows color (decimal): -13654379 or 9807407. OLE color: 9807407.

HSL color Cylindrical-coordinate representation of color #2FA695: hue angle of 171.43º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FA695 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB47166149-
CMYK0.7200.100.35
HSL171.43º55.87%41.76%-
HSV(B)171.43º71.69%65.1%-
XYZ20.2330.0533.17-
YUV128.48139.5869.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.98%
GREEN value IS 166 (65.23% from 255) = 45.86%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=12.98%
G=45.86%
B=41.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal471661490.7200.100.35171.4355.8741.76
Hex2FA695480A23ab382a
Octal57246225110012432537052
Binary101111101001101001010110010000101010001110101011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,166,149); }

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

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

 a { background-color: rgb(47,166,149); }

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

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

 span { border-color: rgb(47,166,149); }

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