#244D57

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

Shades of Teal Blue #244D57

Tints of Teal Blue #244D57

Color information

#244D57 (or 0x244D57) is unknown color: approx Teal Blue. HEX triplet: 24, 4D and 57. RGB value is (36,77,87). Sum of RGB (Red+Green+Blue) = 36+77+87=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #244D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D57 is #DBB2A8. Grayscale: #414141. Windows color (decimal): -14398121 or 5721380. OLE color: 5721380.

HSL color Cylindrical-coordinate representation of color #244D57: hue angle of 191.76º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #244D57 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB367787-
CMYK0.590.1100.66
HSL191.76º41.46%24.12%-
HSV(B)191.76º58.62%34.12%-
XYZ5.16.379.98-
YUV65.88139.92106.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 77 (30.47% from 255) = 38.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=18%
G=38.5%
B=43.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3677870.590.1100.66191.7641.4624.12
Hex244D573BB042c02918
Octal44115127731301023005130
Binary100100100110110101111110111011010000101100000010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244D57; }

 p { color: rgb(36,77,87); }

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

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

 a { background-color: rgb(36,77,87); }

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

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

 span { border-color: rgb(36,77,87); }

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