#26AE8D

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

Shades of Niagara #26AE8D

Tints of Niagara #26AE8D

Color information

#26AE8D (or 0x26AE8D) is unknown color: approx Niagara. HEX triplet: 26, AE and 8D. RGB value is (38,174,141). Sum of RGB (Red+Green+Blue) = 38+174+141=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #26AE8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AE8D is #D95172. Grayscale: #818181. Windows color (decimal): -14242163 or 9285158. OLE color: 9285158.

HSL color Cylindrical-coordinate representation of color #26AE8D: hue angle of 165.44º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AE8D is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB38174141-
CMYK0.7800.190.32
HSL165.44º64.15%41.57%-
HSV(B)165.44º78.16%68.24%-
XYZ20.7432.6130.4-
YUV129.57134.4462.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.76%
GREEN value IS 174 (68.36% from 255) = 49.29%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=10.76%
G=49.29%
B=39.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381741410.7800.190.32165.4464.1541.57
Hex26AE8D4E01320a5402a
Octal462562151160234024510052
Binary10011010101110100011011001110010011100000101001011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,174,141); }

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

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

 a { background-color: rgb(38,174,141); }

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

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

 span { border-color: rgb(38,174,141); }

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