#215661

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

Shades of Teal Blue #215661

Tints of Teal Blue #215661

Color information

#215661 (or 0x215661) is unknown color: approx Teal Blue. HEX triplet: 21, 56 and 61. RGB value is (33,86,97). Sum of RGB (Red+Green+Blue) = 33+86+97=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #215661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215661 is #DEA99E. Grayscale: #474747. Windows color (decimal): -14592415 or 6379041. OLE color: 6379041.

HSL color Cylindrical-coordinate representation of color #215661: hue angle of 190.31º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215661 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB338697-
CMYK0.660.1100.62
HSL190.31º49.23%25.49%-
HSV(B)190.31º65.98%38.04%-
XYZ6.117.8412.5-
YUV71.41142.44100.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.28%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=15.28%
G=39.81%
B=44.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3386970.660.1100.62190.3149.2325.49
Hex21566142B03Ebe3119
Octal41126141102130762766131
Binary100001101011011000011000010101101111101011111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215661; }

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

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

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

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

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

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

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

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