#26515D

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

Shades of Teal Blue #26515D

Tints of Teal Blue #26515D

Color information

#26515D (or 0x26515D) is unknown color: approx Teal Blue. HEX triplet: 26, 51 and 5D. RGB value is (38,81,93). Sum of RGB (Red+Green+Blue) = 38+81+93=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #26515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26515D is #D9AEA2. Grayscale: #454545. Windows color (decimal): -14266019 or 6115622. OLE color: 6115622.

HSL color Cylindrical-coordinate representation of color #26515D: hue angle of 193.09º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26515D is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB388193-
CMYK0.590.1300.64
HSL193.09º41.98%25.69%-
HSV(B)193.09º59.14%36.47%-
XYZ5.727.0911.42-
YUV69.51141.25105.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 81 (32.03% from 255) = 38.21%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=17.92%
G=38.21%
B=43.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3881930.590.1300.64193.0941.9825.69
Hex26515D3BD040c12a1a
Octal46121135731501003015232
Binary100110101000110111011110111101010000001100000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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