Html Css Color HEX #214851 Teal Blue

📋 copy color: '#214851'

red 33 ◦ green 72 ◦ blue 81

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

Shades of Teal Blue #214851

Tints of Teal Blue #214851

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.71%

 BLUE value IS 81 (32.03% from 255) = 43.55%

R = 17.74%
G = 38.71%
B = 43.55%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214851 (or 0x214851) is known color: Teal Blue. HEX triplet: 21, 48 and 51. RGB value is (33,72,81). Sum of RGB (Red+Green+Blue) = 33+72+81=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 81 (32.03% from 255 or 43.55% from 186); Max value from RGB is 81 - color contains mainly: blue. Hex color #214851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214851 is #DEB7AE. Grayscale: #3D3D3D. Windows color (decimal): -14596015 or 5326881. OLE color: 5326881.

HSL color Cylindrical-coordinate representation of color #214851: hue angle of 191.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214851 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 72 81 -
CMYK 0.59 0.11 0 0.68
HSL 191.25º 0.42% 0.22% -
HSV(B) 191.25º 0.59% 0.32% -
XYZ 4.43 5.55 8.62 -
YUV 61.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 33 72 81 0.59 0.11 0 0.68 191.25 0.42 0.22
Hex 21 48 51 3B B 0 44 BF 2A 16
Octal 41 110 121 73 13 0 104 277 52 26
Binary 100001 1001000 1010001 111011 1011 0 1000100 10111111 101010 10110

Color Harmonies of #214851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214851

Black with #214851

Text Example


Text Example

White with #214851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214851; }

 p { color: rgb(33,72,81); }

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

background-color css

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

 a { background-color: rgb(33,72,81); }

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

border-color css

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

 span { border-color: rgb(33,72,81); }

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