#269B86

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

Shades of Niagara #269B86

Tints of Niagara #269B86

Color information

#269B86 (or 0x269B86) is unknown color: approx Niagara. HEX triplet: 26, 9B and 86. RGB value is (38,155,134). Sum of RGB (Red+Green+Blue) = 38+155+134=327 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.62% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #269B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B86 is #D96479. Grayscale: #757575. Windows color (decimal): -14247034 or 8821542. OLE color: 8821542.

HSL color Cylindrical-coordinate representation of color #269B86: hue angle of 169.23º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B86 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB38155134-
CMYK0.7500.140.39
HSL169.23º60.62%37.84%-
HSV(B)169.23º75.48%60.78%-
XYZ16.8225.5826.6-
YUV117.62137.2471.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.62%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=11.62%
G=47.40%
B=40.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381551340.7500.140.39169.2360.6237.84
Hex269B864B0E27a93d26
Octal46233206113016472517546
Binary100110100110111000011010010110111010011110101001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269B86; }

 p { color: rgb(38,155,134); }

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

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

 a { background-color: rgb(38,155,134); }

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

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

 span { border-color: rgb(38,155,134); }

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