#265860

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

Shades of Teal Blue #265860

Tints of Teal Blue #265860

Color information

#265860 (or 0x265860) is unknown color: approx Teal Blue. HEX triplet: 26, 58 and 60. RGB value is (38,88,96). Sum of RGB (Red+Green+Blue) = 38+88+96=222 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.12% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #265860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265860 is #D9A79F. Grayscale: #494949. Windows color (decimal): -14264224 or 6314022. OLE color: 6314022.

HSL color Cylindrical-coordinate representation of color #265860: hue angle of 188.28º 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 #265860 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB388896-
CMYK0.600.0800.62
HSL188.28º43.28%26.27%-
HSV(B)188.28º60.42%37.65%-
XYZ6.48.2412.32-
YUV73.96140.44102.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.12%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=17.12%
G=39.64%
B=43.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3888960.600.0800.62188.2843.2826.27
Hex2658603C803Ebc2b1a
Octal4613014074100762745332
Binary10011010110001100000111100100001111101011110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265860; }

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

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

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

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

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

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

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

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