#255359

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

Shades of Teal Blue #255359

Tints of Teal Blue #255359

Color information

#255359 (or 0x255359) is unknown color: approx Teal Blue. HEX triplet: 25, 53 and 59. RGB value is (37,83,89). Sum of RGB (Red+Green+Blue) = 37+83+89=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #255359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255359 is #DAACA6. Grayscale: #454545. Windows color (decimal): -14331047 or 5853989. OLE color: 5853989.

HSL color Cylindrical-coordinate representation of color #255359: hue angle of 186.92º 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 #255359 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB378389-
CMYK0.580.0700.65
HSL186.92º41.27%24.71%-
HSV(B)186.92º58.43%34.9%-
XYZ5.667.310.56-
YUV69.93138.76104.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.70%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=17.70%
G=39.71%
B=42.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3783890.580.0700.65186.9241.2724.71
Hex2553593A7041bb2919
Octal4512313172701012735131
Binary10010110100111011001111010111010000011011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255359; }

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

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

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

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

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

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

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

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