#284755

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

Shades of Teal Blue #284755

Tints of Teal Blue #284755

Color information

#284755 (or 0x284755) is unknown color: approx Teal Blue. HEX triplet: 28, 47 and 55. RGB value is (40,71,85). Sum of RGB (Red+Green+Blue) = 40+71+85=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #284755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284755 is #D7B8AA. Grayscale: #3F3F3F. Windows color (decimal): -14137515 or 5588776. OLE color: 5588776.

HSL color Cylindrical-coordinate representation of color #284755: hue angle of 198.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #284755 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB407185-
CMYK0.530.1600.67
HSL198.67º36%24.51%-
HSV(B)198.67º52.94%33.33%-
XYZ4.775.619.43-
YUV63.33140.23111.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=20.41%
G=36.22%
B=43.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4071850.530.1600.67198.673624.51
Hex2847553510043c72419
Octal50107125652001033074431
Binary1010001000111101010111010110000010000111100011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284755; }

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

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

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

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

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

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

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

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