#244F59

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

Shades of Teal Blue #244F59

Tints of Teal Blue #244F59

Color information

#244F59 (or 0x244F59) is unknown color: approx Teal Blue. HEX triplet: 24, 4F and 59. RGB value is (36,79,89). Sum of RGB (Red+Green+Blue) = 36+79+89=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #244F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F59 is #DBB0A6. Grayscale: #434343. Windows color (decimal): -14397607 or 5852964. OLE color: 5852964.

HSL color Cylindrical-coordinate representation of color #244F59: hue angle of 191.32º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #244F59 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB367989-
CMYK0.600.1100.65
HSL191.32º42.4%24.51%-
HSV(B)191.32º59.55%34.9%-
XYZ5.336.6910.46-
YUV67.28140.25105.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=17.65%
G=38.73%
B=43.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3679890.600.1100.65191.3242.424.51
Hex244F593CB041bf2a19
Octal44117131741301012775231
Binary100100100111110110011111001011010000011011111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,79,89); }

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

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

 a { background-color: rgb(36,79,89); }

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

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

 span { border-color: rgb(36,79,89); }

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