Html Css Color HEX #224B50 Teal Blue

📋 copy color: '#224B50'

red 34 ◦ green 75 ◦ blue 80

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

Shades of Teal Blue #224B50

Tints of Teal Blue #224B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.68%

 BLUE value IS 80 (31.64% from 255) = 42.33%

R = 17.99%
G = 39.68%
B = 42.33%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#224B50 (or 0x224B50) is known color: Teal Blue. HEX triplet: 22, 4B and 50. RGB value is (34,75,80). Sum of RGB (Red+Green+Blue) = 34+75+80=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #224B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B50 is #DDB4AF. Grayscale: #3F3F3F. Windows color (decimal): -14529712 or 5262114. OLE color: 5262114.

HSL color Cylindrical-coordinate representation of color #224B50: hue angle of 186.52º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224B50 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 75 80 -
CMYK 0.58 0.06 0 0.69
HSL 186.52º 0.4% 0.22% -
HSV(B) 186.52º 0.58% 0.31% -
XYZ 4.62 5.95 8.49 -
YUV 63.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 34 75 80 0.58 0.06 0 0.69 186.52 0.4 0.22
Hex 22 4B 50 3A 6 0 45 BB 28 16
Octal 42 113 120 72 6 0 105 273 50 26
Binary 100010 1001011 1010000 111010 110 0 1000101 10111011 101000 10110

Color Harmonies of #224B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224B50

Black with #224B50

Text Example


Text Example

White with #224B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224B50; }

 p { color: rgb(34,75,80); }

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

background-color css

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

 a { background-color: rgb(34,75,80); }

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

border-color css

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

 span { border-color: rgb(34,75,80); }

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