Html Css Color HEX #214751 Teal Blue

📋 copy color: '#214751'

red 33 ◦ green 71 ◦ blue 81

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

Shades of Teal Blue #214751

Tints of Teal Blue #214751

RGB

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

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

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

R = 17.84%
G = 38.38%
B = 43.78%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214751 (or 0x214751) is known color: Teal Blue. HEX triplet: 21, 47 and 51. RGB value is (33,71,81). Sum of RGB (Red+Green+Blue) = 33+71+81=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #214751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214751 is #DEB8AE. Grayscale: #3C3C3C. Windows color (decimal): -14596271 or 5326625. OLE color: 5326625.

HSL color Cylindrical-coordinate representation of color #214751: hue angle of 192.5º 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 #214751 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 71 81 -
CMYK 0.59 0.12 0 0.68
HSL 192.5º 0.42% 0.22% -
HSV(B) 192.5º 0.59% 0.32% -
XYZ 4.37 5.42 8.6 -
YUV 60.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 33 71 81 0.59 0.12 0 0.68 192.5 0.42 0.22
Hex 21 47 51 3B C 0 44 C0 2A 16
Octal 41 107 121 73 14 0 104 300 52 26
Binary 100001 1000111 1010001 111011 1100 0 1000100 11000000 101010 10110

Color Harmonies of #214751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214751

Black with #214751

Text Example


Text Example

White with #214751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214751; }

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

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

background-color css

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

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

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

border-color css

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

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

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