#2fb09b

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

Shades of Niagara #2FB09B

Tints of Niagara #2FB09B

Color information

#2FB09B (or 0x2FB09B) is unknown color: approx Niagara. HEX triplet: 2F, B0 and 9B. RGB value is (47,176,155). Sum of RGB (Red+Green+Blue) = 47+176+155=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB09B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FB09B is #D04F64. Grayscale: #868686. Windows color (decimal): -13651813 or 10203183. OLE color: 10203183.

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

Color convert

RGB47176155-
CMYK0.7300.120.31
HSL170.23º57.85%43.73%-
HSV(B)170.23º73.3%69.02%-
XYZ22.6134.0236.39-
YUV135.04139.2665.21-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.43%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=12.43%
G=46.56%
B=41.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471761550.7300.120.31170.2357.8543.73
Hex2FB09B490C1Faa3a2c
Octal57260233111014372527254
Binary10111110110000100110111001001011001111110101010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb09b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,176,155); }

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

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

 a { background-color: rgb(47,176,155); }

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

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

 span { border-color: rgb(47,176,155); }

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