#26565D

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

Shades of Teal Blue #26565D

Tints of Teal Blue #26565D

Color information

#26565D (or 0x26565D) is unknown color: approx Teal Blue. HEX triplet: 26, 56 and 5D. RGB value is (38,86,93). Sum of RGB (Red+Green+Blue) = 38+86+93=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #26565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26565D is #D9A9A2. Grayscale: #484848. Windows color (decimal): -14264739 or 6116902. OLE color: 6116902.

HSL color Cylindrical-coordinate representation of color #26565D: hue angle of 187.64º 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 #26565D is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB388693-
CMYK0.590.0800.64
HSL187.64º41.98%25.69%-
HSV(B)187.64º59.14%36.47%-
XYZ6.17.8611.55-
YUV72.45139.6103.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=17.51%
G=39.63%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3886930.590.0800.64187.6441.9825.69
Hex26565D3B8040bc2a1a
Octal46126135731001002745232
Binary100110101011010111011110111000010000001011110010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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