#244754

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

Shades of Teal Blue #244754

Tints of Teal Blue #244754

Color information

#244754 (or 0x244754) is unknown color: approx Teal Blue. HEX triplet: 24, 47 and 54. RGB value is (36,71,84). Sum of RGB (Red+Green+Blue) = 36+71+84=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 84 - color contains mainly: blue. Hex color #244754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244754 is #DBB8AB. Grayscale: #3D3D3D. Windows color (decimal): -14399660 or 5523236. OLE color: 5523236.

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

Color convert

RGB367184-
CMYK0.570.1500.67
HSL196.25º40%23.53%-
HSV(B)196.25º57.14%32.94%-
XYZ4.585.529.21-
YUV62.02140.4109.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 84 (33.20% from 255) = 43.98%
R=18.85%
G=37.17%
B=43.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3671840.570.1500.67196.254023.53
Hex24475439F043c42818
Octal44107124711701033045030
Binary100100100011110101001110011111010000111100010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244754; }

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

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

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

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

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

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

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

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