Html Css Color HEX #214856 Teal Blue

📋 copy color: '#214856'

red 33 ◦ green 72 ◦ blue 86

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

Shades of Teal Blue #214856

Tints of Teal Blue #214856

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 17.28%
G = 37.7%
B = 45.03%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214856 (or 0x214856) is known color: Teal Blue. HEX triplet: 21, 48 and 56. RGB value is (33,72,86). Sum of RGB (Red+Green+Blue) = 33+72+86=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #214856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214856 is #DEB7A9. Grayscale: #3D3D3D. Windows color (decimal): -14596010 or 5654561. OLE color: 5654561.

HSL color Cylindrical-coordinate representation of color #214856: hue angle of 195.85º 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 #214856 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 72 86 -
CMYK 0.62 0.16 0 0.66
HSL 195.85º 0.45% 0.23% -
HSV(B) 195.85º 0.62% 0.34% -
XYZ 4.62 5.63 9.65 -
YUV 61.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 33 72 86 0.62 0.16 0 0.66 195.85 0.45 0.23
Hex 21 48 56 3E 10 0 42 C4 2D 17
Octal 41 110 126 76 20 0 102 304 55 27
Binary 100001 1001000 1010110 111110 10000 0 1000010 11000100 101101 10111

Color Harmonies of #214856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214856

Black with #214856

Text Example


Text Example

White with #214856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214856; }

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

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

background-color css

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

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

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

border-color css

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

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

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