#269989

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

Shades of Niagara #269989

Tints of Niagara #269989

Color information

#269989 (or 0x269989) is unknown color: approx Niagara. HEX triplet: 26, 99 and 89. RGB value is (38,153,137). Sum of RGB (Red+Green+Blue) = 38+153+137=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #269989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269989 is #D96676. Grayscale: #747474. Windows color (decimal): -14247543 or 9017638. OLE color: 9017638.

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

Color convert

RGB38153137-
CMYK0.7500.100.4
HSL171.65º60.21%37.45%-
HSV(B)171.65º75.16%60%-
XYZ16.712527.61-
YUV116.79139.471.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.59%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 137 (53.91% from 255) = 41.77%
R=11.59%
G=46.65%
B=41.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381531370.7500.100.4171.6560.2137.45
Hex2699894B0A28ac3c25
Octal46231211113012502547445
Binary100110100110011000100110010110101010100010101100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269989; }

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

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

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

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

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

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

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

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