#26515B

Color #26515B Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #26515B

Tints of Teal Blue #26515B

Color information

#26515B (or 0x26515B) is unknown color: approx Teal Blue. HEX triplet: 26, 51 and 5B. RGB value is (38,81,91). Sum of RGB (Red+Green+Blue) = 38+81+91=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #26515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26515B is #D9AEA4. Grayscale: #454545. Windows color (decimal): -14266021 or 5984550. OLE color: 5984550.

HSL color Cylindrical-coordinate representation of color #26515B: hue angle of 191.32º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26515B is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB388191-
CMYK0.580.1100.64
HSL191.32º41.09%25.29%-
HSV(B)191.32º58.24%35.69%-
XYZ5.637.0510.96-
YUV69.28140.25105.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=18.10%
G=38.57%
B=43.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3881910.580.1100.64191.3241.0925.29
Hex26515B3AB040bf2919
Octal46121133721301002775131
Binary100110101000110110111110101011010000001011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26515B; }

 p { color: rgb(38,81,91); }

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

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

 a { background-color: rgb(38,81,91); }

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

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

 span { border-color: rgb(38,81,91); }

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