#255660

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

Shades of Teal Blue #255660

Tints of Teal Blue #255660

Color information

#255660 (or 0x255660) is unknown color: approx Teal Blue. HEX triplet: 25, 56 and 60. RGB value is (37,86,96). Sum of RGB (Red+Green+Blue) = 37+86+96=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #255660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255660 is #DAA99F. Grayscale: #484848. Windows color (decimal): -14330272 or 6313509. OLE color: 6313509.

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

Color convert

RGB378696-
CMYK0.610.1000.62
HSL190.17º44.36%26.08%-
HSV(B)190.17º61.46%37.65%-
XYZ6.27.8912.26-
YUV72.49141.27102.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=16.89%
G=39.27%
B=43.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3786960.610.1000.62190.1744.3626.08
Hex2556603DA03Ebe2c1a
Octal4512614075120762765432
Binary10010110101101100000111101101001111101011111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255660; }

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

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

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

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

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

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

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

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