#269b84

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

Shades of Niagara #269B84

Tints of Niagara #269B84

Color information

#269B84 (or 0x269B84) is unknown color: approx Niagara. HEX triplet: 26, 9B and 84. RGB value is (38,155,132). Sum of RGB (Red+Green+Blue) = 38+155+132=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #269B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B84 is #D9647B. Grayscale: #757575. Windows color (decimal): -14247036 or 8690470. OLE color: 8690470.

HSL color Cylindrical-coordinate representation of color #269B84: hue angle of 168.21º 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 #269B84 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB38155132-
CMYK0.7500.150.39
HSL168.21º60.62%37.84%-
HSV(B)168.21º75.48%60.78%-
XYZ16.6925.5225.88-
YUV117.4136.2471.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=11.69%
G=47.69%
B=40.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381551320.7500.150.39168.2160.6237.84
Hex269B844B0F27a83d26
Octal46233204113017472507546
Binary100110100110111000010010010110111110011110101000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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