#215259

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

Shades of Teal Blue #215259

Tints of Teal Blue #215259

Color information

#215259 (or 0x215259) is unknown color: approx Teal Blue. HEX triplet: 21, 52 and 59. RGB value is (33,82,89). Sum of RGB (Red+Green+Blue) = 33+82+89=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #215259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215259 is #DEADA6. Grayscale: #444444. Windows color (decimal): -14593447 or 5853729. OLE color: 5853729.

HSL color Cylindrical-coordinate representation of color #215259: hue angle of 187.5º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215259 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB338289-
CMYK0.630.0800.65
HSL187.5º45.9%23.92%-
HSV(B)187.5º62.92%34.9%-
XYZ5.457.0810.53-
YUV68.15139.77102.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=16.18%
G=40.20%
B=43.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3382890.630.0800.65187.545.923.92
Hex2152593F8041bc2e18
Octal41122131771001012745630
Binary100001101001010110011111111000010000011011110010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215259; }

 p { color: rgb(33,82,89); }

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

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

 a { background-color: rgb(33,82,89); }

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

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

 span { border-color: rgb(33,82,89); }

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