Html Css Color HEX #214650 Teal Blue

📋 copy color: '#214650'

red 33 ◦ green 70 ◦ blue 80

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

Shades of Teal Blue #214650

Tints of Teal Blue #214650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 18.03%
G = 38.25%
B = 43.72%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#214650 (or 0x214650) is known color: Teal Blue. HEX triplet: 21, 46 and 50. RGB value is (33,70,80). Sum of RGB (Red+Green+Blue) = 33+70+80=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #214650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214650 is #DEB9AF. Grayscale: #3C3C3C. Windows color (decimal): -14596528 or 5260833. OLE color: 5260833.

HSL color Cylindrical-coordinate representation of color #214650: hue angle of 192.77º 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 #214650 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 70 80 -
CMYK 0.59 0.12 0 0.69
HSL 192.77º 0.42% 0.22% -
HSV(B) 192.77º 0.59% 0.31% -
XYZ 4.27 5.28 8.38 -
YUV 60.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 33 70 80 0.59 0.12 0 0.69 192.77 0.42 0.22
Hex 21 46 50 3B C 0 45 C1 2A 16
Octal 41 106 120 73 14 0 105 301 52 26
Binary 100001 1000110 1010000 111011 1100 0 1000101 11000001 101010 10110

Color Harmonies of #214650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214650

Black with #214650

Text Example


Text Example

White with #214650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214650; }

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

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

background-color css

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

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

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

border-color css

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

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

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