#264950

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

Shades of Teal Blue #264950

Tints of Teal Blue #264950

Color information

#264950 (or 0x264950) is unknown color: approx Teal Blue. HEX triplet: 26, 49 and 50. RGB value is (38,73,80). Sum of RGB (Red+Green+Blue) = 38+73+80=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #264950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264950 is #D9B6AF. Grayscale: #3F3F3F. Windows color (decimal): -14268080 or 5261606. OLE color: 5261606.

HSL color Cylindrical-coordinate representation of color #264950: hue angle of 190º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264950 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB387380-
CMYK0.520.0900.69
HSL190º35.59%23.14%-
HSV(B)190º52.5%31.37%-
XYZ4.635.768.46-
YUV63.33137.4109.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=19.90%
G=38.22%
B=41.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3873800.520.0900.6919035.5923.14
Hex264950349045be2417
Octal46111120641101052764427
Binary100110100100110100001101001001010001011011111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264950; }

 p { color: rgb(38,73,80); }

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

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

 a { background-color: rgb(38,73,80); }

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

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

 span { border-color: rgb(38,73,80); }

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