#269980

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

Shades of Niagara #269980

Tints of Niagara #269980

Color information

#269980 (or 0x269980) is unknown color: approx Niagara. HEX triplet: 26, 99 and 80. RGB value is (38,153,128). Sum of RGB (Red+Green+Blue) = 38+153+128=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #269980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269980 is #D9667F. Grayscale: #737373. Windows color (decimal): -14247552 or 8427814. OLE color: 8427814.

HSL color Cylindrical-coordinate representation of color #269980: hue angle of 166.96º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269980 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB38153128-
CMYK0.7500.160.4
HSL166.96º60.21%37.45%-
HSV(B)166.96º75.16%60%-
XYZ16.0924.7524.35-
YUV115.76134.972.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.91%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=11.91%
G=47.96%
B=40.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531280.7500.160.4166.9660.2137.45
Hex2699804B01028a73c25
Octal46231200113020502477445
Binary1001101001100110000000100101101000010100010100111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269980; }

 p { color: rgb(38,153,128); }

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

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

 a { background-color: rgb(38,153,128); }

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

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

 span { border-color: rgb(38,153,128); }

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