Html Css Color HEX #214950 Teal Blue

📋 copy color: '#214950'

red 33 ◦ green 73 ◦ blue 80

#214950
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #214950

Tints of Teal Blue #214950

RGB

 RED value IS 33 (13.28% from 255) = 17.74%

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 80 (31.64% from 255) = 43.01%

R = 17.74%
G = 39.25%
B = 43.01%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#214950 (or 0x214950) is known color: Teal Blue. HEX triplet: 21, 49 and 50. RGB value is (33,73,80). Sum of RGB (Red+Green+Blue) = 33+73+80=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #214950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214950 is #DEB6AF. Grayscale: #3D3D3D. Windows color (decimal): -14595760 or 5261601. OLE color: 5261601.

HSL color Cylindrical-coordinate representation of color #214950: hue angle of 188.94º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214950 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 73 80 -
CMYK 0.59 0.09 0 0.69
HSL 188.94º 0.42% 0.22% -
HSV(B) 188.94º 0.59% 0.31% -
XYZ 4.46 5.67 8.45 -
YUV 61.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 33 73 80 0.59 0.09 0 0.69 188.94 0.42 0.22
Hex 21 49 50 3B 9 0 45 BD 2A 16
Octal 41 111 120 73 11 0 105 275 52 26
Binary 100001 1001001 1010000 111011 1001 0 1000101 10111101 101010 10110

Color Harmonies of #214950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214950

Black with #214950

Text Example


Text Example

White with #214950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214950; }

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

 H1.HeaderClassName
 {
   color: #214950;
 }
 .AnyTagClassName
 {
   color: #214950;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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