#1BAF96

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

Shades of Niagara #1BAF96

Tints of Niagara #1BAF96

Color information

#1BAF96 (or 0x1BAF96) is unknown color: approx Niagara. HEX triplet: 1B, AF and 96. RGB value is (27,175,150). Sum of RGB (Red+Green+Blue) = 27+175+150=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF96 is #E45069. Grayscale: #7F7F7F. Windows color (decimal): -14962794 or 9875227. OLE color: 9875227.

HSL color Cylindrical-coordinate representation of color #1BAF96: hue angle of 169.86º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF96 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB27175150-
CMYK0.8500.140.31
HSL169.86º73.27%39.61%-
HSV(B)169.86º84.57%68.63%-
XYZ21.2933.0934.12-
YUV127.9140.4756.03-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.67%
GREEN value IS 175 (68.75% from 255) = 49.72%
BLUE value IS 150 (58.98% from 255) = 42.61%
R=7.67%
G=49.72%
B=42.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271751500.8500.140.31169.8673.2739.61
Hex1BAF96550E1Faa4928
Octal332572261250163725211150
Binary11011101011111001011010101010111011111101010101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BAF96; }

 p { color: rgb(27,175,150); }

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

<style>
 a { background-color: #1BAF96; }

 a { background-color: rgb(27,175,150); }

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

<style>
 span { border-color: #1BAF96; }

 span { border-color: rgb(27,175,150); }

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