#269986

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

Shades of Niagara #269986

Tints of Niagara #269986

Color information

#269986 (or 0x269986) is unknown color: approx Niagara. HEX triplet: 26, 99 and 86. RGB value is (38,153,134). Sum of RGB (Red+Green+Blue) = 38+153+134=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #269986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269986 is #D96679. Grayscale: #747474. Windows color (decimal): -14247546 or 8821030. OLE color: 8821030.

HSL color Cylindrical-coordinate representation of color #269986: hue angle of 170.09º 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 #269986 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB38153134-
CMYK0.7500.120.4
HSL170.09º60.21%37.45%-
HSV(B)170.09º75.16%60%-
XYZ16.4924.9226.49-
YUV116.45137.972.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=11.69%
G=47.08%
B=41.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531340.7500.120.4170.0960.2137.45
Hex2699864B0C28aa3c25
Octal46231206113014502527445
Binary100110100110011000011010010110110010100010101010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269986; }

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

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

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

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

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

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

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

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