Html Css Color HEX #214E5D Teal Blue

📋 copy color: '#214E5D'

red 33 ◦ green 78 ◦ blue 93

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

Shades of Teal Blue #214E5D

Tints of Teal Blue #214E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 16.18%
G = 38.24%
B = 45.59%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#214E5D (or 0x214E5D) is known color: Teal Blue. HEX triplet: 21, 4E and 5D. RGB value is (33,78,93). Sum of RGB (Red+Green+Blue) = 33+78+93=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #214E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E5D is #DEB1A2. Grayscale: #424242. Windows color (decimal): -14594467 or 6114849. OLE color: 6114849.

HSL color Cylindrical-coordinate representation of color #214E5D: hue angle of 195º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #214E5D is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 78 93 -
CMYK 0.65 0.16 0 0.64
HSL 195º 0.48% 0.25% -
HSV(B) 195º 0.65% 0.36% -
XYZ 5.33 6.56 11.34 -
YUV 66.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 33 78 93 0.65 0.16 0 0.64 195 0.48 0.25
Hex 21 4E 5D 41 10 0 40 C3 30 19
Octal 41 116 135 101 20 0 100 303 60 31
Binary 100001 1001110 1011101 1000001 10000 0 1000000 11000011 110000 11001

Color Harmonies of #214E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E5D

Black with #214E5D

Text Example


Text Example

White with #214E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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