#244953

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

Shades of Teal Blue #244953

Tints of Teal Blue #244953

Color information

#244953 (or 0x244953) is unknown color: approx Teal Blue. HEX triplet: 24, 49 and 53. RGB value is (36,73,83). Sum of RGB (Red+Green+Blue) = 36+73+83=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #244953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244953 is #DBB6AC. Grayscale: #3F3F3F. Windows color (decimal): -14399149 or 5458212. OLE color: 5458212.

HSL color Cylindrical-coordinate representation of color #244953: hue angle of 192.77º 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 #244953 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB367383-
CMYK0.570.1200.67
HSL192.77º39.5%23.33%-
HSV(B)192.77º56.63%32.55%-
XYZ4.675.769.05-
YUV63.08139.24108.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.75%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=18.75%
G=38.02%
B=43.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3673830.570.1200.67192.7739.523.33
Hex24495339C043c12717
Octal44111123711401033014727
Binary100100100100110100111110011100010000111100000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244953; }

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

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

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

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

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

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

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

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