#26555D

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

Shades of Teal Blue #26555D

Tints of Teal Blue #26555D

Color information

#26555D (or 0x26555D) is unknown color: approx Teal Blue. HEX triplet: 26, 55 and 5D. RGB value is (38,85,93). Sum of RGB (Red+Green+Blue) = 38+85+93=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #26555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26555D is #D9AAA2. Grayscale: #474747. Windows color (decimal): -14264995 or 6116646. OLE color: 6116646.

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

Color convert

RGB388593-
CMYK0.590.0900.64
HSL188.73º41.98%25.69%-
HSV(B)188.73º59.14%36.47%-
XYZ6.027.711.52-
YUV71.86139.93103.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=17.59%
G=39.35%
B=43.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3885930.590.0900.64188.7341.9825.69
Hex26555D3B9040bd2a1a
Octal46125135731101002755232
Binary100110101010110111011110111001010000001011110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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