#284953

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

Shades of Teal Blue #284953

Tints of Teal Blue #284953

Color information

#284953 (or 0x284953) is unknown color: approx Teal Blue. HEX triplet: 28, 49 and 53. RGB value is (40,73,83). Sum of RGB (Red+Green+Blue) = 40+73+83=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #284953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284953 is #D7B6AC. Grayscale: #404040. Windows color (decimal): -14137005 or 5458216. OLE color: 5458216.

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

Color convert

RGB407383-
CMYK0.520.1200.67
HSL193.95º34.96%24.12%-
HSV(B)193.95º51.81%32.55%-
XYZ4.825.849.06-
YUV64.27138.57110.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=20.41%
G=37.24%
B=42.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4073830.520.1200.67193.9534.9624.12
Hex28495334C043c22318
Octal50111123641401033024330
Binary101000100100110100111101001100010000111100001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284953; }

 p { color: rgb(40,73,83); }

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

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

 a { background-color: rgb(40,73,83); }

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

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

 span { border-color: rgb(40,73,83); }

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