Html Css Color HEX #214754 Teal Blue

📋 copy color: '#214754'

red 33 ◦ green 71 ◦ blue 84

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

Shades of Teal Blue #214754

Tints of Teal Blue #214754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.77%

 BLUE value IS 84 (33.2% from 255) = 44.68%

R = 17.55%
G = 37.77%
B = 44.68%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#214754 (or 0x214754) is known color: Teal Blue. HEX triplet: 21, 47 and 54. RGB value is (33,71,84). Sum of RGB (Red+Green+Blue) = 33+71+84=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #214754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214754 is #DEB8AB. Grayscale: #3D3D3D. Windows color (decimal): -14596268 or 5523233. OLE color: 5523233.

HSL color Cylindrical-coordinate representation of color #214754: hue angle of 195.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214754 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 71 84 -
CMYK 0.61 0.15 0 0.67
HSL 195.29º 0.44% 0.23% -
HSV(B) 195.29º 0.61% 0.33% -
XYZ 4.48 5.47 9.21 -
YUV 61.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 33 71 84 0.61 0.15 0 0.67 195.29 0.44 0.23
Hex 21 47 54 3D F 0 43 C3 2C 17
Octal 41 107 124 75 17 0 103 303 54 27
Binary 100001 1000111 1010100 111101 1111 0 1000011 11000011 101100 10111

Color Harmonies of #214754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214754

Black with #214754

Text Example


Text Example

White with #214754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214754; }

 p { color: rgb(33,71,84); }

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

background-color css

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

 a { background-color: rgb(33,71,84); }

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

border-color css

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

 span { border-color: rgb(33,71,84); }

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