#265760

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

Shades of Teal Blue #265760

Tints of Teal Blue #265760

Color information

#265760 (or 0x265760) is unknown color: approx Teal Blue. HEX triplet: 26, 57 and 60. RGB value is (38,87,96). Sum of RGB (Red+Green+Blue) = 38+87+96=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #265760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265760 is #D9A89F. Grayscale: #494949. Windows color (decimal): -14264480 or 6313766. OLE color: 6313766.

HSL color Cylindrical-coordinate representation of color #265760: hue angle of 189.31º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265760 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB388796-
CMYK0.600.0900.62
HSL189.31º43.28%26.27%-
HSV(B)189.31º60.42%37.65%-
XYZ6.328.0712.29-
YUV73.38140.77102.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.19%
GREEN value IS 87 (34.38% from 255) = 39.37%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=17.19%
G=39.37%
B=43.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3887960.600.0900.62189.3143.2826.27
Hex2657603C903Ebd2b1a
Octal4612714074110762755332
Binary10011010101111100000111100100101111101011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265760; }

 p { color: rgb(38,87,96); }

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

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

 a { background-color: rgb(38,87,96); }

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

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

 span { border-color: rgb(38,87,96); }

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