#1baa90

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

Shades of Niagara #1BAA90

Tints of Niagara #1BAA90

Color information

#1BAA90 (or 0x1BAA90) is unknown color: approx Niagara. HEX triplet: 1B, AA and 90. RGB value is (27,170,144). Sum of RGB (Red+Green+Blue) = 27+170+144=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #1BAA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAA90 is #E4556F. Grayscale: #7C7C7C. Windows color (decimal): -14964080 or 9480731. OLE color: 9480731.

HSL color Cylindrical-coordinate representation of color #1BAA90: hue angle of 169.09º 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 #1BAA90 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB27170144-
CMYK0.8400.150.33
HSL169.09º72.59%38.63%-
HSV(B)169.09º84.12%66.67%-
XYZ19.863131.32-
YUV124.28139.1258.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.92%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 144 (56.64% from 255) = 42.23%
R=7.92%
G=49.85%
B=42.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal271701440.8400.150.33169.0972.5938.63
Hex1BAA90540F21a94927
Octal332522201240174125111147
Binary110111010101010010000101010001111100001101010011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1baa90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,170,144); }

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

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

 a { background-color: rgb(27,170,144); }

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

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

 span { border-color: rgb(27,170,144); }

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