#24484E

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

Shades of Teal Blue #24484E

Tints of Teal Blue #24484E

Color information

#24484E (or 0x24484E) is unknown color: approx Teal Blue. HEX triplet: 24, 48 and 4E. RGB value is (36,72,78). Sum of RGB (Red+Green+Blue) = 36+72+78=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #24484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24484E is #DBB7B1. Grayscale: #3D3D3D. Windows color (decimal): -14399410 or 5130276. OLE color: 5130276.

HSL color Cylindrical-coordinate representation of color #24484E: hue angle of 188.57º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #24484E is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB367278-
CMYK0.540.0800.69
HSL188.57º36.84%22.35%-
HSV(B)188.57º53.85%30.59%-
XYZ4.425.568.05-
YUV61.92137.07109.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=19.35%
G=38.71%
B=41.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3672780.540.0800.69188.5736.8422.35
Hex24484E368045bd2516
Octal44110116661001052754526
Binary100100100100010011101101101000010001011011110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24484E; }

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

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

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

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

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

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

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

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