#244D54

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

Shades of Teal Blue #244D54

Tints of Teal Blue #244D54

Color information

#244D54 (or 0x244D54) is unknown color: approx Teal Blue. HEX triplet: 24, 4D and 54. RGB value is (36,77,84). Sum of RGB (Red+Green+Blue) = 36+77+84=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #244D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244D54 is #DBB2AB. Grayscale: #414141. Windows color (decimal): -14398124 or 5524772. OLE color: 5524772.

HSL color Cylindrical-coordinate representation of color #244D54: hue angle of 188.75º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244D54 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB367784-
CMYK0.570.0800.67
HSL188.75º40%23.53%-
HSV(B)188.75º57.14%32.94%-
XYZ4.986.329.35-
YUV65.54138.42106.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=18.27%
G=39.09%
B=42.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3677840.570.0800.67188.754023.53
Hex244D54398043bd2818
Octal44115124711001032755030
Binary100100100110110101001110011000010000111011110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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