#21505B

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

Shades of Teal Blue #21505B

Tints of Teal Blue #21505B

Color information

#21505B (or 0x21505B) is unknown color: approx Teal Blue. HEX triplet: 21, 50 and 5B. RGB value is (33,80,91). Sum of RGB (Red+Green+Blue) = 33+80+91=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #21505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21505B is #DEAFA4. Grayscale: #434343. Windows color (decimal): -14593957 or 5984289. OLE color: 5984289.

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

Color convert

RGB338091-
CMYK0.640.1200.64
HSL191.38º46.77%24.31%-
HSV(B)191.38º63.74%35.69%-
XYZ5.386.8210.93-
YUV67.2141.43103.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.18%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=16.18%
G=39.22%
B=44.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3380910.640.1200.64191.3846.7724.31
Hex21505B40C040bf2f18
Octal411201331001401002775730
Binary1000011010000101101110000001100010000001011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21505B; }

 p { color: rgb(33,80,91); }

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

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

 a { background-color: rgb(33,80,91); }

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

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

 span { border-color: rgb(33,80,91); }

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