#2BAF98

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

Shades of Niagara #2BAF98

Tints of Niagara #2BAF98

Color information

#2BAF98 (or 0x2BAF98) is unknown color: approx Niagara. HEX triplet: 2B, AF and 98. RGB value is (43,175,152). Sum of RGB (Red+Green+Blue) = 43+175+152=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #2BAF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAF98 is #D45067. Grayscale: #848484. Windows color (decimal): -13914216 or 10006315. OLE color: 10006315.

HSL color Cylindrical-coordinate representation of color #2BAF98: hue angle of 169.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAF98 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB43175152-
CMYK0.7500.130.31
HSL169.55º60.55%42.75%-
HSV(B)169.55º75.43%68.63%-
XYZ21.9933.4435-
YUV132.91138.7763.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.62%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=11.62%
G=47.30%
B=41.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431751520.7500.130.31169.5560.5542.75
Hex2BAF984B0D1Faa3d2b
Octal53257230113015372527553
Binary10101110101111100110001001011011011111110101010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,175,152); }

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

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

 a { background-color: rgb(43,175,152); }

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

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

 span { border-color: rgb(43,175,152); }

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