Html Css Color HEX #224751 Teal Blue

📋 copy color: '#224751'

red 34 ◦ green 71 ◦ blue 81

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

Shades of Teal Blue #224751

Tints of Teal Blue #224751

RGB

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

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

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

R = 18.28%
G = 38.17%
B = 43.55%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#224751 (or 0x224751) is known color: Teal Blue. HEX triplet: 22, 47 and 51. RGB value is (34,71,81). Sum of RGB (Red+Green+Blue) = 34+71+81=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 71 (28.12% from 255 or 38.17% 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 #224751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224751 is #DDB8AE. Grayscale: #3D3D3D. Windows color (decimal): -14530735 or 5326626. OLE color: 5326626.

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

Color convert

RGB 34 71 81 -
CMYK 0.58 0.12 0 0.68
HSL 192.77º 0.41% 0.23% -
HSV(B) 192.77º 0.58% 0.32% -
XYZ 4.4 5.44 8.6 -
YUV 61.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 34 71 81 0.58 0.12 0 0.68 192.77 0.41 0.23
Hex 22 47 51 3A C 0 44 C1 29 17
Octal 42 107 121 72 14 0 104 301 51 27
Binary 100010 1000111 1010001 111010 1100 0 1000100 11000001 101001 10111

Color Harmonies of #224751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224751

Black with #224751

Text Example


Text Example

White with #224751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224751; }

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

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

background-color css

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

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

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

border-color css

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

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

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