Html Css Color HEX #214E5B Teal Blue

📋 copy color: '#214E5B'

red 33 ◦ green 78 ◦ blue 91

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

Shades of Teal Blue #214E5B

Tints of Teal Blue #214E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 16.34%
G = 38.61%
B = 45.05%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#214E5B (or 0x214E5B) is known color: Teal Blue. HEX triplet: 21, 4E and 5B. RGB value is (33,78,91). Sum of RGB (Red+Green+Blue) = 33+78+91=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #214E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E5B is #DEB1A4. Grayscale: #414141. Windows color (decimal): -14594469 or 5983777. OLE color: 5983777.

HSL color Cylindrical-coordinate representation of color #214E5B: hue angle of 193.45º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214E5B is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 78 91 -
CMYK 0.64 0.14 0 0.64
HSL 193.45º 0.47% 0.24% -
HSV(B) 193.45º 0.64% 0.36% -
XYZ 5.24 6.53 10.88 -
YUV 66.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 33 78 91 0.64 0.14 0 0.64 193.45 0.47 0.24
Hex 21 4E 5B 40 E 0 40 C1 2F 18
Octal 41 116 133 100 16 0 100 301 57 30
Binary 100001 1001110 1011011 1000000 1110 0 1000000 11000001 101111 11000

Color Harmonies of #214E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E5B

Black with #214E5B

Text Example


Text Example

White with #214E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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