Html Css Color HEX #214A51 Teal Blue

📋 copy color: '#214A51'

red 33 ◦ green 74 ◦ blue 81

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

Shades of Teal Blue #214A51

Tints of Teal Blue #214A51

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

 BLUE value IS 81 (32.03% from 255) = 43.09%

R = 17.55%
G = 39.36%
B = 43.09%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214A51 (or 0x214A51) is known color: Teal Blue. HEX triplet: 21, 4A and 51. RGB value is (33,74,81). Sum of RGB (Red+Green+Blue) = 33+74+81=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #214A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A51 is #DEB5AE. Grayscale: #3E3E3E. Windows color (decimal): -14595503 or 5327393. OLE color: 5327393.

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

Color convert

RGB 33 74 81 -
CMYK 0.59 0.09 0 0.68
HSL 188.75º 0.42% 0.22% -
HSV(B) 188.75º 0.59% 0.32% -
XYZ 4.56 5.81 8.67 -
YUV 62.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 33 74 81 0.59 0.09 0 0.68 188.75 0.42 0.22
Hex 21 4A 51 3B 9 0 44 BD 2A 16
Octal 41 112 121 73 11 0 104 275 52 26
Binary 100001 1001010 1010001 111011 1001 0 1000100 10111101 101010 10110

Color Harmonies of #214A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214A51

Black with #214A51

Text Example


Text Example

White with #214A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,74,81); }

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

background-color css

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

 a { background-color: rgb(33,74,81); }

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

border-color css

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

 span { border-color: rgb(33,74,81); }

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