#214C5A

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

Shades of Teal Blue #214C5A

Tints of Teal Blue #214C5A

Color information

#214C5A (or 0x214C5A) is unknown color: approx Teal Blue. HEX triplet: 21, 4C and 5A. RGB value is (33,76,90). Sum of RGB (Red+Green+Blue) = 33+76+90=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #214C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C5A is #DEB3A5. Grayscale: #404040. Windows color (decimal): -14594982 or 5917729. OLE color: 5917729.

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

Color convert

RGB337690-
CMYK0.630.1600.65
HSL194.74º46.34%24.12%-
HSV(B)194.74º63.33%35.29%-
XYZ5.066.2310.61-
YUV64.74142.25105.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=16.58%
G=38.19%
B=45.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3376900.630.1600.65194.7446.3424.12
Hex214C5A3F10041c32e18
Octal41114132772001013035630
Binary1000011001100101101011111110000010000011100001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214C5A; }

 p { color: rgb(33,76,90); }

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

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

 a { background-color: rgb(33,76,90); }

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

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

 span { border-color: rgb(33,76,90); }

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