#265259

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

Shades of Teal Blue #265259

Tints of Teal Blue #265259

Color information

#265259 (or 0x265259) is unknown color: approx Teal Blue. HEX triplet: 26, 52 and 59. RGB value is (38,82,89). Sum of RGB (Red+Green+Blue) = 38+82+89=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #265259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265259 is #D9ADA6. Grayscale: #454545. Windows color (decimal): -14265767 or 5853734. OLE color: 5853734.

HSL color Cylindrical-coordinate representation of color #265259: hue angle of 188.24º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265259 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB388289-
CMYK0.570.0800.65
HSL188.24º40.16%24.9%-
HSV(B)188.24º57.3%34.9%-
XYZ5.627.1710.54-
YUV69.64138.92105.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=18.18%
G=39.23%
B=42.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3882890.570.0800.65188.2440.1624.9
Hex265259398041bc2819
Octal46122131711001012745031
Binary100110101001010110011110011000010000011011110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265259; }

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

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

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

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

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

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

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

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