#269A81

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

Shades of Niagara #269A81

Tints of Niagara #269A81

Color information

#269A81 (or 0x269A81) is unknown color: approx Niagara. HEX triplet: 26, 9A and 81. RGB value is (38,154,129). Sum of RGB (Red+Green+Blue) = 38+154+129=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #269A81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269A81 is #D9657E. Grayscale: #747474. Windows color (decimal): -14247295 or 8493606. OLE color: 8493606.

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

Color convert

RGB38154129-
CMYK0.7500.160.40
HSL167.07º60.42%37.65%-
HSV(B)167.07º75.32%60.39%-
XYZ16.3225.1124.76-
YUV116.47135.0772.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 154 (60.55% from 255) = 47.98%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=11.84%
G=47.98%
B=40.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381541290.7500.160.40167.0760.4237.65
Hex269A814B01028a73c26
Octal46232201113020502477446
Binary1001101001101010000001100101101000010100010100111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,154,129); }

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

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

 a { background-color: rgb(38,154,129); }

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

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

 span { border-color: rgb(38,154,129); }

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