#21565C

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

Shades of Teal Blue #21565C

Tints of Teal Blue #21565C

Color information

#21565C (or 0x21565C) is unknown color: approx Teal Blue. HEX triplet: 21, 56 and 5C. RGB value is (33,86,92). Sum of RGB (Red+Green+Blue) = 33+86+92=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #21565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21565C is #DEA9A3. Grayscale: #464646. Windows color (decimal): -14592420 or 6051361. OLE color: 6051361.

HSL color Cylindrical-coordinate representation of color #21565C: hue angle of 186.1º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21565C is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB338692-
CMYK0.640.0700.64
HSL186.1º47.2%24.51%-
HSV(B)186.1º64.13%36.08%-
XYZ5.897.7511.31-
YUV70.84139.94101.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=15.64%
G=40.76%
B=43.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3386920.640.0700.64186.147.224.51
Hex21565C407040ba2f19
Octal41126134100701002725731
Binary100001101011010111001000000111010000001011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21565C; }

 p { color: rgb(33,86,92); }

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

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

 a { background-color: rgb(33,86,92); }

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

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

 span { border-color: rgb(33,86,92); }

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