#255059

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

Shades of Teal Blue #255059

Tints of Teal Blue #255059

Color information

#255059 (or 0x255059) is unknown color: approx Teal Blue. HEX triplet: 25, 50 and 59. RGB value is (37,80,89). Sum of RGB (Red+Green+Blue) = 37+80+89=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #255059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255059 is #DAAFA6. Grayscale: #444444. Windows color (decimal): -14331815 or 5853221. OLE color: 5853221.

HSL color Cylindrical-coordinate representation of color #255059: hue angle of 190.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255059 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB378089-
CMYK0.580.1000.65
HSL190.38º41.27%24.71%-
HSV(B)190.38º58.43%34.9%-
XYZ5.436.8510.49-
YUV68.17139.75105.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.96%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 89 (35.16% from 255) = 43.20%
R=17.96%
G=38.83%
B=43.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3780890.580.1000.65190.3841.2724.71
Hex2550593AA041be2919
Octal45120131721201012765131
Binary100101101000010110011110101010010000011011111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255059; }

 p { color: rgb(37,80,89); }

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

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

 a { background-color: rgb(37,80,89); }

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

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

 span { border-color: rgb(37,80,89); }

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