#284751

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

Shades of Teal Blue #284751

Tints of Teal Blue #284751

Color information

#284751 (or 0x284751) is unknown color: approx Teal Blue. HEX triplet: 28, 47 and 51. RGB value is (40,71,81). Sum of RGB (Red+Green+Blue) = 40+71+81=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #284751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284751 is #D7B8AE. Grayscale: #3E3E3E. Windows color (decimal): -14137519 or 5326632. OLE color: 5326632.

HSL color Cylindrical-coordinate representation of color #284751: hue angle of 194.63º 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 #284751 is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB407181-
CMYK0.510.1200.68
HSL194.63º33.88%23.73%-
HSV(B)194.63º50.62%31.76%-
XYZ4.615.558.61-
YUV62.87138.23111.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 81 (32.03% from 255) = 42.19%
R=20.83%
G=36.98%
B=42.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4071810.510.1200.68194.6333.8823.73
Hex28475133C044c32218
Octal50107121631401043034230
Binary101000100011110100011100111100010001001100001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284751; }

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

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

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

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

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

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

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

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