Html Css Color HEX #214E59 Teal Blue

📋 copy color: '#214E59'

red 33 ◦ green 78 ◦ blue 89

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

Shades of Teal Blue #214E59

Tints of Teal Blue #214E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39%

 BLUE value IS 89 (35.16% from 255) = 44.5%

R = 16.5%
G = 39%
B = 44.5%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#214E59 (or 0x214E59) is known color: Teal Blue. HEX triplet: 21, 4E and 59. RGB value is (33,78,89). Sum of RGB (Red+Green+Blue) = 33+78+89=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 78 (30.86% from 255 or 39% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 89 - color contains mainly: blue. Hex color #214E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E59 is #DEB1A6. Grayscale: #414141. Windows color (decimal): -14594471 or 5852705. OLE color: 5852705.

HSL color Cylindrical-coordinate representation of color #214E59: hue angle of 191.79º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214E59 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 78 89 -
CMYK 0.63 0.12 0 0.65
HSL 191.79º 0.46% 0.24% -
HSV(B) 191.79º 0.63% 0.35% -
XYZ 5.15 6.49 10.43 -
YUV 65.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 33 78 89 0.63 0.12 0 0.65 191.79 0.46 0.24
Hex 21 4E 59 3F C 0 41 C0 2E 18
Octal 41 116 131 77 14 0 101 300 56 30
Binary 100001 1001110 1011001 111111 1100 0 1000001 11000000 101110 11000

Color Harmonies of #214E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E59

Black with #214E59

Text Example


Text Example

White with #214E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,78,89); }

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

background-color css

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

 a { background-color: rgb(33,78,89); }

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

border-color css

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

 span { border-color: rgb(33,78,89); }

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