#1BA693

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

Shades of Niagara #1BA693

Tints of Niagara #1BA693

Color information

#1BA693 (or 0x1BA693) is unknown color: approx Niagara. HEX triplet: 1B, A6 and 93. RGB value is (27,166,147). Sum of RGB (Red+Green+Blue) = 27+166+147=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA693 is #E4596C. Grayscale: #7A7A7A. Windows color (decimal): -14965101 or 9676315. OLE color: 9676315.

HSL color Cylindrical-coordinate representation of color #1BA693: hue angle of 171.8º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA693 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB27166147-
CMYK0.8400.110.35
HSL171.8º72.02%37.84%-
HSV(B)171.8º83.73%65.1%-
XYZ19.3529.6132.3-
YUV122.27141.9560.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.94%
GREEN value IS 166 (65.23% from 255) = 48.82%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=7.94%
G=48.82%
B=43.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271661470.8400.110.35171.872.0237.84
Hex1BA693540B23ac4826
Octal332462231240134325411046
Binary110111010011010010011101010001011100011101011001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,166,147); }

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

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

 a { background-color: rgb(27,166,147); }

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

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

 span { border-color: rgb(27,166,147); }

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