#269D82

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

Shades of Niagara #269D82

Tints of Niagara #269D82

Color information

#269D82 (or 0x269D82) is unknown color: approx Niagara. HEX triplet: 26, 9D and 82. RGB value is (38,157,130). Sum of RGB (Red+Green+Blue) = 38+157+130=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #269D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269D82 is #D9627D. Grayscale: #767676. Windows color (decimal): -14246526 or 8559910. OLE color: 8559910.

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

Color convert

RGB38157130-
CMYK0.7600.170.38
HSL166.39º61.03%38.24%-
HSV(B)166.39º75.8%61.57%-
XYZ16.8926.1425.27-
YUV118.34134.5870.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 157 (61.72% from 255) = 48.31%
BLUE value IS 130 (51.17% from 255) = 40%
R=11.69%
G=48.31%
B=40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381571300.7600.170.38166.3961.0338.24
Hex269D824C01126a63d26
Octal46235202114021462467546
Binary1001101001110110000010100110001000110011010100110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,157,130); }

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

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

 a { background-color: rgb(38,157,130); }

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

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

 span { border-color: rgb(38,157,130); }

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