#21505D

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

Shades of Teal Blue #21505D

Tints of Teal Blue #21505D

Color information

#21505D (or 0x21505D) is unknown color: approx Teal Blue. HEX triplet: 21, 50 and 5D. RGB value is (33,80,93). Sum of RGB (Red+Green+Blue) = 33+80+93=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #21505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21505D is #DEAFA2. Grayscale: #434343. Windows color (decimal): -14593955 or 6115361. OLE color: 6115361.

HSL color Cylindrical-coordinate representation of color #21505D: hue angle of 193º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21505D is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB338093-
CMYK0.650.1400.64
HSL193º47.62%24.71%-
HSV(B)193º64.52%36.47%-
XYZ5.476.8511.39-
YUV67.43142.43103.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=16.02%
G=38.83%
B=45.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3380930.650.1400.6419347.6224.71
Hex21505D41E040c13019
Octal411201351011601003016031
Binary1000011010000101110110000011110010000001100000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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