#1BAC95

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

Shades of Niagara #1BAC95

Tints of Niagara #1BAC95

Color information

#1BAC95 (or 0x1BAC95) is unknown color: approx Niagara. HEX triplet: 1B, AC and 95. RGB value is (27,172,149). Sum of RGB (Red+Green+Blue) = 27+172+149=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #1BAC95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAC95 is #E4536A. Grayscale: #7D7D7D. Windows color (decimal): -14963563 or 9808923. OLE color: 9808923.

HSL color Cylindrical-coordinate representation of color #1BAC95: hue angle of 170.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAC95 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB27172149-
CMYK0.8400.130.33
HSL170.48º72.86%39.02%-
HSV(B)170.48º84.3%67.45%-
XYZ20.6331.9133.51-
YUV126.02140.9657.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.76%
GREEN value IS 172 (67.58% from 255) = 49.43%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=7.76%
G=49.43%
B=42.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271721490.8400.130.33170.4872.8639.02
Hex1BAC95540D21aa4927
Octal332542251240154125211147
Binary110111010110010010101101010001101100001101010101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,172,149); }

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

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

 a { background-color: rgb(27,172,149); }

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

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

 span { border-color: rgb(27,172,149); }

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