#244750

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

Shades of Teal Blue #244750

Tints of Teal Blue #244750

Color information

#244750 (or 0x244750) is unknown color: approx Teal Blue. HEX triplet: 24, 47 and 50. RGB value is (36,71,80). Sum of RGB (Red+Green+Blue) = 36+71+80=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #244750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244750 is #DBB8AF. Grayscale: #3D3D3D. Windows color (decimal): -14399664 or 5261092. OLE color: 5261092.

HSL color Cylindrical-coordinate representation of color #244750: hue angle of 192.27º 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 #244750 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB367180-
CMYK0.550.1100.69
HSL192.27º37.93%22.75%-
HSV(B)192.27º55%31.37%-
XYZ4.435.468.41-
YUV61.56138.4109.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=19.25%
G=37.97%
B=42.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3671800.550.1100.69192.2737.9322.75
Hex24475037B045c02617
Octal44107120671301053004627
Binary100100100011110100001101111011010001011100000010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244750; }

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

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

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

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

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

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

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

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