#215359

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

Shades of Teal Blue #215359

Tints of Teal Blue #215359

Color information

#215359 (or 0x215359) is unknown color: approx Teal Blue. HEX triplet: 21, 53 and 59. RGB value is (33,83,89). Sum of RGB (Red+Green+Blue) = 33+83+89=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #215359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215359 is #DEACA6. Grayscale: #444444. Windows color (decimal): -14593191 or 5853985. OLE color: 5853985.

HSL color Cylindrical-coordinate representation of color #215359: hue angle of 186.43º 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 #215359 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB338389-
CMYK0.630.0700.65
HSL186.43º45.9%23.92%-
HSV(B)186.43º62.92%34.9%-
XYZ5.527.2310.56-
YUV68.73139.44102.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.10%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=16.10%
G=40.49%
B=43.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3383890.630.0700.65186.4345.923.92
Hex2153593F7041ba2e18
Octal4112313177701012725630
Binary10000110100111011001111111111010000011011101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215359; }

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

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

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

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

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

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

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

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