#26525A

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

Shades of Teal Blue #26525A

Tints of Teal Blue #26525A

Color information

#26525A (or 0x26525A) is unknown color: approx Teal Blue. HEX triplet: 26, 52 and 5A. RGB value is (38,82,90). Sum of RGB (Red+Green+Blue) = 38+82+90=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #26525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26525A is #D9ADA5. Grayscale: #454545. Windows color (decimal): -14265766 or 5919270. OLE color: 5919270.

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

Color convert

RGB388290-
CMYK0.580.0900.65
HSL189.23º40.62%25.1%-
HSV(B)189.23º57.78%35.29%-
XYZ5.667.1810.76-
YUV69.76139.42105.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=18.10%
G=39.05%
B=42.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3882900.580.0900.65189.2340.6225.1
Hex26525A3A9041bd2919
Octal46122132721101012755131
Binary100110101001010110101110101001010000011011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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