#1BA38E

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

Shades of Niagara #1BA38E

Tints of Niagara #1BA38E

Color information

#1BA38E (or 0x1BA38E) is unknown color: approx Niagara. HEX triplet: 1B, A3 and 8E. RGB value is (27,163,142). Sum of RGB (Red+Green+Blue) = 27+163+142=332 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.13% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #1BA38E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA38E is #E45C71. Grayscale: #777777. Windows color (decimal): -14965874 or 9347867. OLE color: 9347867.

HSL color Cylindrical-coordinate representation of color #1BA38E: hue angle of 170.74º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA38E is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB27163142-
CMYK0.8300.130.36
HSL170.74º71.58%37.25%-
HSV(B)170.74º83.44%63.92%-
XYZ18.4328.3830.1-
YUV119.94140.4461.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.13%
GREEN value IS 163 (64.06% from 255) = 49.10%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=8.13%
G=49.10%
B=42.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal271631420.8300.130.36170.7471.5837.25
Hex1BA38E530D24ab4825
Octal332432161230154425311045
Binary110111010001110001110101001101101100100101010111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,163,142); }

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

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

 a { background-color: rgb(27,163,142); }

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

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

 span { border-color: rgb(27,163,142); }

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