#26AC95

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

Shades of Niagara #26AC95

Tints of Niagara #26AC95

Color information

#26AC95 (or 0x26AC95) is unknown color: approx Niagara. HEX triplet: 26, AC and 95. RGB value is (38,172,149). Sum of RGB (Red+Green+Blue) = 38+172+149=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #26AC95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AC95 is #D9536A. Grayscale: #818181. Windows color (decimal): -14242667 or 9808934. OLE color: 9808934.

HSL color Cylindrical-coordinate representation of color #26AC95: hue angle of 169.7º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AC95 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB38172149-
CMYK0.7800.130.33
HSL169.7º63.81%41.18%-
HSV(B)169.7º77.91%67.45%-
XYZ20.9832.0933.52-
YUV129.31139.1162.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.58%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=10.58%
G=47.91%
B=41.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381721490.7800.130.33169.763.8141.18
Hex26AC954E0D21aa4029
Octal462542251160154125210051
Binary1001101010110010010101100111001101100001101010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26AC95; }

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

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

<style>
 a { background-color: #26AC95; }

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

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

<style>
 span { border-color: #26AC95; }

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

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