#255760

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

Shades of Teal Blue #255760

Tints of Teal Blue #255760

Color information

#255760 (or 0x255760) is unknown color: approx Teal Blue. HEX triplet: 25, 57 and 60. RGB value is (37,87,96). Sum of RGB (Red+Green+Blue) = 37+87+96=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #255760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255760 is #DAA89F. Grayscale: #484848. Windows color (decimal): -14330016 or 6313765. OLE color: 6313765.

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

Color convert

RGB378796-
CMYK0.610.0900.62
HSL189.15º44.36%26.08%-
HSV(B)189.15º61.46%37.65%-
XYZ6.288.0512.29-
YUV73.08140.94102.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.82%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=16.82%
G=39.55%
B=43.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3787960.610.0900.62189.1544.3626.08
Hex2557603D903Ebd2c1a
Octal4512714075110762755432
Binary10010110101111100000111101100101111101011110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255760; }

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

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

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

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

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

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

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

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