Html Css Color HEX #214956 Teal Blue

📋 copy color: '#214956'

red 33 ◦ green 73 ◦ blue 86

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

Shades of Teal Blue #214956

Tints of Teal Blue #214956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 44.79%

R = 17.19%
G = 38.02%
B = 44.79%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214956 (or 0x214956) is known color: Teal Blue. HEX triplet: 21, 49 and 56. RGB value is (33,73,86). Sum of RGB (Red+Green+Blue) = 33+73+86=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 86 (33.98% from 255 or 44.79% from 192); Max value from RGB is 86 - color contains mainly: blue. Hex color #214956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214956 is #DEB6A9. Grayscale: #3E3E3E. Windows color (decimal): -14595754 or 5654817. OLE color: 5654817.

HSL color Cylindrical-coordinate representation of color #214956: hue angle of 194.72º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214956 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 73 86 -
CMYK 0.62 0.15 0 0.66
HSL 194.72º 0.45% 0.23% -
HSV(B) 194.72º 0.62% 0.34% -
XYZ 4.69 5.76 9.67 -
YUV 62.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 33 73 86 0.62 0.15 0 0.66 194.72 0.45 0.23
Hex 21 49 56 3E F 0 42 C3 2D 17
Octal 41 111 126 76 17 0 102 303 55 27
Binary 100001 1001001 1010110 111110 1111 0 1000010 11000011 101101 10111

Color Harmonies of #214956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214956

Black with #214956

Text Example


Text Example

White with #214956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214956; }

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

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

background-color css

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

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

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

border-color css

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

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

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