Html Css Color HEX #224752 Teal Blue

📋 copy color: '#224752'

red 34 ◦ green 71 ◦ blue 82

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

Shades of Teal Blue #224752

Tints of Teal Blue #224752

RGB

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

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

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

R = 18.18%
G = 37.97%
B = 43.85%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#224752 (or 0x224752) is known color: Teal Blue. HEX triplet: 22, 47 and 52. RGB value is (34,71,82). Sum of RGB (Red+Green+Blue) = 34+71+82=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 82 - color contains mainly: blue. Hex color #224752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224752 is #DDB8AD. Grayscale: #3D3D3D. Windows color (decimal): -14530734 or 5392162. OLE color: 5392162.

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

Color convert

RGB 34 71 82 -
CMYK 0.59 0.13 0 0.68
HSL 193.75º 0.41% 0.23% -
HSV(B) 193.75º 0.59% 0.32% -
XYZ 4.44 5.46 8.8 -
YUV 61.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 34 71 82 0.59 0.13 0 0.68 193.75 0.41 0.23
Hex 22 47 52 3B D 0 44 C2 29 17
Octal 42 107 122 73 15 0 104 302 51 27
Binary 100010 1000111 1010010 111011 1101 0 1000100 11000010 101001 10111

Color Harmonies of #224752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224752

Black with #224752

Text Example


Text Example

White with #224752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224752; }

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

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

background-color css

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

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

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

border-color css

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

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

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