Html Css Color HEX #224952 Teal Blue

📋 copy color: '#224952'

red 34 ◦ green 73 ◦ blue 82

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

Shades of Teal Blue #224952

Tints of Teal Blue #224952

RGB

 RED value IS 34 (13.67% from 255) = 17.99%

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

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

R = 17.99%
G = 38.62%
B = 43.39%

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

#224952 (or 0x224952) is known color: Teal Blue. HEX triplet: 22, 49 and 52. RGB value is (34,73,82). Sum of RGB (Red+Green+Blue) = 34+73+82=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 82 - color contains mainly: blue. Hex color #224952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224952 is #DDB6AD. Grayscale: #3E3E3E. Windows color (decimal): -14530222 or 5392674. OLE color: 5392674.

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

Color convert

RGB 34 73 82 -
CMYK 0.59 0.11 0 0.68
HSL 191.25º 0.41% 0.23% -
HSV(B) 191.25º 0.59% 0.32% -
XYZ 4.57 5.71 8.85 -
YUV 62.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 34 73 82 0.59 0.11 0 0.68 191.25 0.41 0.23
Hex 22 49 52 3B B 0 44 BF 29 17
Octal 42 111 122 73 13 0 104 277 51 27
Binary 100010 1001001 1010010 111011 1011 0 1000100 10111111 101001 10111

Color Harmonies of #224952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224952

Black with #224952

Text Example


Text Example

White with #224952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224952; }

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

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

background-color css

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

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

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

border-color css

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

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

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