#214B41

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

Shades of Deep Teal #214B41

Tints of Deep Teal #214B41

Color information

#214B41 (or 0x214B41) is unknown color: approx Deep Teal. HEX triplet: 21, 4B and 41. RGB value is (33,75,65). Sum of RGB (Red+Green+Blue) = 33+75+65=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #214B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B41 is #DEB4BE. Grayscale: #3D3D3D. Windows color (decimal): -14595263 or 4279073. OLE color: 4279073.

HSL color Cylindrical-coordinate representation of color #214B41: hue angle of 165.71º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B41 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB337565-
CMYK0.5600.130.71
HSL165.71º38.89%21.18%-
HSV(B)165.71º56%29.41%-
XYZ4.15.745.89-
YUV61.3130.09107.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=19.08%
G=43.35%
B=37.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3375650.5600.130.71165.7138.8921.18
Hex214B41380D47a62715
Octal41113101700151072464725
Binary100001100101110000011110000110110001111010011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,75,65); }

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

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

 a { background-color: rgb(33,75,65); }

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

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

 span { border-color: rgb(33,75,65); }

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