#26515A

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

Shades of Teal Blue #26515A

Tints of Teal Blue #26515A

Color information

#26515A (or 0x26515A) is unknown color: approx Teal Blue. HEX triplet: 26, 51 and 5A. RGB value is (38,81,90). Sum of RGB (Red+Green+Blue) = 38+81+90=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #26515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26515A is #D9AEA5. Grayscale: #454545. Windows color (decimal): -14266022 or 5919014. OLE color: 5919014.

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

Color convert

RGB388190-
CMYK0.580.100.65
HSL190.38º40.62%25.1%-
HSV(B)190.38º57.78%35.29%-
XYZ5.597.0410.74-
YUV69.17139.75105.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=18.18%
G=38.76%
B=43.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3881900.580.100.65190.3840.6225.1
Hex26515A3AA041be2919
Octal46121132721201012765131
Binary100110101000110110101110101010010000011011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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