#265157

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

Shades of Teal Blue #265157

Tints of Teal Blue #265157

Color information

#265157 (or 0x265157) is unknown color: approx Teal Blue. HEX triplet: 26, 51 and 57. RGB value is (38,81,87). Sum of RGB (Red+Green+Blue) = 38+81+87=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 87 - color contains mainly: blue. Hex color #265157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265157 is #D9AEA8. Grayscale: #444444. Windows color (decimal): -14266025 or 5722406. OLE color: 5722406.

HSL color Cylindrical-coordinate representation of color #265157: hue angle of 187.35º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #265157 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB388187-
CMYK0.560.0700.66
HSL187.35º39.2%24.51%-
HSV(B)187.35º56.32%34.12%-
XYZ5.466.9910.08-
YUV68.83138.25106.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=18.45%
G=39.32%
B=42.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3881870.560.0700.66187.3539.224.51
Hex265157387042bb2719
Octal4612112770701022734731
Binary10011010100011010111111000111010000101011101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265157; }

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

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

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

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

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

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

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

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