#244650

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

Shades of Teal Blue #244650

Tints of Teal Blue #244650

Color information

#244650 (or 0x244650) is unknown color: approx Teal Blue. HEX triplet: 24, 46 and 50. RGB value is (36,70,80). Sum of RGB (Red+Green+Blue) = 36+70+80=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #244650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244650 is #DBB9AF. Grayscale: #3C3C3C. Windows color (decimal): -14399920 or 5260836. OLE color: 5260836.

HSL color Cylindrical-coordinate representation of color #244650: hue angle of 193.64º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #244650 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB367080-
CMYK0.550.1200.69
HSL193.64º37.93%22.75%-
HSV(B)193.64º55%31.37%-
XYZ4.375.338.39-
YUV60.97138.74110.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 80 (31.64% from 255) = 43.01%
R=19.35%
G=37.63%
B=43.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3670800.550.1200.69193.6437.9322.75
Hex24465037C045c22617
Octal44106120671401053024627
Binary100100100011010100001101111100010001011100001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244650; }

 p { color: rgb(36,70,80); }

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

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

 a { background-color: rgb(36,70,80); }

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

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

 span { border-color: rgb(36,70,80); }

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