Html Css Color HEX #214F5D Teal Blue

📋 copy color: '#214F5D'

red 33 ◦ green 79 ◦ blue 93

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

Shades of Teal Blue #214F5D

Tints of Teal Blue #214F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.54%

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

R = 16.1%
G = 38.54%
B = 45.37%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#214F5D (or 0x214F5D) is known color: Teal Blue. HEX triplet: 21, 4F and 5D. RGB value is (33,79,93). Sum of RGB (Red+Green+Blue) = 33+79+93=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #214F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F5D is #DEB0A2. Grayscale: #424242. Windows color (decimal): -14594211 or 6115105. OLE color: 6115105.

HSL color Cylindrical-coordinate representation of color #214F5D: hue angle of 194º 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 #214F5D is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 79 93 -
CMYK 0.65 0.15 0 0.64
HSL 194º 0.48% 0.25% -
HSV(B) 194º 0.65% 0.36% -
XYZ 5.4 6.71 11.37 -
YUV 66.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 33 79 93 0.65 0.15 0 0.64 194 0.48 0.25
Hex 21 4F 5D 41 F 0 40 C2 30 19
Octal 41 117 135 101 17 0 100 302 60 31
Binary 100001 1001111 1011101 1000001 1111 0 1000000 11000010 110000 11001

Color Harmonies of #214F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214F5D

Black with #214F5D

Text Example


Text Example

White with #214F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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