#269b8b

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

Shades of Niagara #269B8B

Tints of Niagara #269B8B

Color information

#269B8B (or 0x269B8B) is unknown color: approx Niagara. HEX triplet: 26, 9B and 8B. RGB value is (38,155,139). Sum of RGB (Red+Green+Blue) = 38+155+139=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 155 - color contains mainly: green. Hex color #269B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269B8B is #D96474. Grayscale: #767676. Windows color (decimal): -14247029 or 9149222. OLE color: 9149222.

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

Color convert

RGB38155139-
CMYK0.7500.100.39
HSL171.79º60.62%37.84%-
HSV(B)171.79º75.48%60.78%-
XYZ17.1825.7228.48-
YUV118.19139.7470.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.45%
GREEN value IS 155 (60.94% from 255) = 46.69%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=11.45%
G=46.69%
B=41.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381551390.7500.100.39171.7960.6237.84
Hex269B8B4B0A27ac3d26
Octal46233213113012472547546
Binary100110100110111000101110010110101010011110101100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269b8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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