#244853

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

Shades of Teal Blue #244853

Tints of Teal Blue #244853

Color information

#244853 (or 0x244853) is unknown color: approx Teal Blue. HEX triplet: 24, 48 and 53. RGB value is (36,72,83). Sum of RGB (Red+Green+Blue) = 36+72+83=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 83 - color contains mainly: blue. Hex color #244853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244853 is #DBB7AC. Grayscale: #3E3E3E. Windows color (decimal): -14399405 or 5457956. OLE color: 5457956.

HSL color Cylindrical-coordinate representation of color #244853: hue angle of 194.04º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #244853 is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB367283-
CMYK0.570.1300.67
HSL194.04º39.5%23.33%-
HSV(B)194.04º56.63%32.55%-
XYZ4.615.639.03-
YUV62.49139.57109.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=18.85%
G=37.70%
B=43.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3672830.570.1300.67194.0439.523.33
Hex24485339D043c22717
Octal44110123711501033024727
Binary100100100100010100111110011101010000111100001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244853; }

 p { color: rgb(36,72,83); }

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

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

 a { background-color: rgb(36,72,83); }

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

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

 span { border-color: rgb(36,72,83); }

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