#264E59

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

Shades of Teal Blue #264E59

Tints of Teal Blue #264E59

Color information

#264E59 (or 0x264E59) is unknown color: approx Teal Blue. HEX triplet: 26, 4E and 59. RGB value is (38,78,89). Sum of RGB (Red+Green+Blue) = 38+78+89=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #264E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #264E59 is #D9B1A6. Grayscale: #434343. Windows color (decimal): -14266791 or 5852710. OLE color: 5852710.

HSL color Cylindrical-coordinate representation of color #264E59: hue angle of 192.94º 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 #264E59 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB387889-
CMYK0.570.1200.65
HSL192.94º40.16%24.9%-
HSV(B)192.94º57.3%34.9%-
XYZ5.336.5810.44-
YUV67.29140.25107.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 78 (30.86% from 255) = 38.05%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=18.54%
G=38.05%
B=43.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3878890.570.1200.65192.9440.1624.9
Hex264E5939C041c12819
Octal46116131711401013015031
Binary100110100111010110011110011100010000011100000110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264E59; }

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

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

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

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

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

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

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

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