#1A9C83

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

Shades of Niagara #1A9C83

Tints of Niagara #1A9C83

Color information

#1A9C83 (or 0x1A9C83) is unknown color: approx Niagara. HEX triplet: 1A, 9C and 83. RGB value is (26,156,131). Sum of RGB (Red+Green+Blue) = 26+156+131=313 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.31% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 131 (51.56% from 255 or 41.85% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #1A9C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9C83 is #E5637C. Grayscale: #727272. Windows color (decimal): -15033213 or 8625178. OLE color: 8625178.

HSL color Cylindrical-coordinate representation of color #1A9C83: hue angle of 168.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A9C83 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB26156131-
CMYK0.8300.160.39
HSL168.46º71.43%35.69%-
HSV(B)168.46º83.33%61.18%-
XYZ16.4125.6425.56-
YUV114.28137.4365.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.31%
GREEN value IS 156 (61.33% from 255) = 49.84%
BLUE value IS 131 (51.56% from 255) = 41.85%
R=8.31%
G=49.84%
B=41.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal261561310.8300.160.39168.4671.4335.69
Hex1A9C835301027a84724
Octal322342031230204725010744
Binary1101010011100100000111010011010000100111101010001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,156,131); }

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

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

 a { background-color: rgb(26,156,131); }

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

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

 span { border-color: rgb(26,156,131); }

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