#284651

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

Shades of Teal Blue #284651

Tints of Teal Blue #284651

Color information

#284651 (or 0x284651) is unknown color: approx Teal Blue. HEX triplet: 28, 46 and 51. RGB value is (40,70,81). Sum of RGB (Red+Green+Blue) = 40+70+81=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #284651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284651 is #D7B9AE. Grayscale: #3E3E3E. Windows color (decimal): -14137775 or 5326376. OLE color: 5326376.

HSL color Cylindrical-coordinate representation of color #284651: hue angle of 196.1º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #284651 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB407081-
CMYK0.510.1400.68
HSL196.1º33.88%23.73%-
HSV(B)196.1º50.62%31.76%-
XYZ4.555.438.59-
YUV62.28138.56112.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 81 (32.03% from 255) = 42.41%
R=20.94%
G=36.65%
B=42.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4070810.510.1400.68196.133.8823.73
Hex28465133E044c42218
Octal50106121631601043044230
Binary101000100011010100011100111110010001001100010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284651; }

 p { color: rgb(40,70,81); }

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

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

 a { background-color: rgb(40,70,81); }

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

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

 span { border-color: rgb(40,70,81); }

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