#26535B

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

Shades of Teal Blue #26535B

Tints of Teal Blue #26535B

Color information

#26535B (or 0x26535B) is unknown color: approx Teal Blue. HEX triplet: 26, 53 and 5B. RGB value is (38,83,91). Sum of RGB (Red+Green+Blue) = 38+83+91=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #26535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26535B is #D9ACA4. Grayscale: #464646. Windows color (decimal): -14265509 or 5985062. OLE color: 5985062.

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

Color convert

RGB388391-
CMYK0.580.0900.64
HSL189.06º41.09%25.29%-
HSV(B)189.06º58.24%35.69%-
XYZ5.787.3511.01-
YUV70.46139.59104.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.92%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=17.92%
G=39.15%
B=42.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3883910.580.0900.64189.0641.0925.29
Hex26535B3A9040bd2919
Octal46123133721101002755131
Binary100110101001110110111110101001010000001011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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