Html Css Color HEX #214952 Teal Blue

📋 copy color: '#214952'

red 33 ◦ green 73 ◦ blue 82

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

Shades of Teal Blue #214952

Tints of Teal Blue #214952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.83%

 BLUE value IS 82 (32.42% from 255) = 43.62%

R = 17.55%
G = 38.83%
B = 43.62%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#214952 (or 0x214952) is known color: Teal Blue. HEX triplet: 21, 49 and 52. RGB value is (33,73,82). Sum of RGB (Red+Green+Blue) = 33+73+82=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 82 - color contains mainly: blue. Hex color #214952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214952 is #DEB6AD. Grayscale: #3D3D3D. Windows color (decimal): -14595758 or 5392673. OLE color: 5392673.

HSL color Cylindrical-coordinate representation of color #214952: hue angle of 191.02º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214952 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 73 82 -
CMYK 0.60 0.11 0 0.68
HSL 191.02º 0.43% 0.23% -
HSV(B) 191.02º 0.6% 0.32% -
XYZ 4.53 5.7 8.84 -
YUV 62.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 33 73 82 0.60 0.11 0 0.68 191.02 0.43 0.23
Hex 21 49 52 3C B 0 44 BF 2B 17
Octal 41 111 122 74 13 0 104 277 53 27
Binary 100001 1001001 1010010 111100 1011 0 1000100 10111111 101011 10111

Color Harmonies of #214952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214952

Black with #214952

Text Example


Text Example

White with #214952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214952; }

 p { color: rgb(33,73,82); }

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

background-color css

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

 a { background-color: rgb(33,73,82); }

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

border-color css

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

 span { border-color: rgb(33,73,82); }

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