Html Css Color HEX #224D5B Teal Blue

📋 copy color: '#224D5B'

red 34 ◦ green 77 ◦ blue 91

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

Shades of Teal Blue #224D5B

Tints of Teal Blue #224D5B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 38.12%

 BLUE value IS 91 (35.94% from 255) = 45.05%

R = 16.83%
G = 38.12%
B = 45.05%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#224D5B (or 0x224D5B) is known color: Teal Blue. HEX triplet: 22, 4D and 5B. RGB value is (34,77,91). Sum of RGB (Red+Green+Blue) = 34+77+91=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 91 - color contains mainly: blue. Hex color #224D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D5B is #DDB2A4. Grayscale: #414141. Windows color (decimal): -14529189 or 5983522. OLE color: 5983522.

HSL color Cylindrical-coordinate representation of color #224D5B: hue angle of 194.74º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #224D5B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 77 91 -
CMYK 0.63 0.15 0 0.64
HSL 194.74º 0.46% 0.25% -
HSV(B) 194.74º 0.63% 0.36% -
XYZ 5.2 6.4 10.86 -
YUV 65.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 34 77 91 0.63 0.15 0 0.64 194.74 0.46 0.25
Hex 22 4D 5B 3F F 0 40 C3 2E 19
Octal 42 115 133 77 17 0 100 303 56 31
Binary 100010 1001101 1011011 111111 1111 0 1000000 11000011 101110 11001

Color Harmonies of #224D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D5B

Black with #224D5B

Text Example


Text Example

White with #224D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,77,91); }

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

background-color css

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

 a { background-color: rgb(34,77,91); }

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

border-color css

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

 span { border-color: rgb(34,77,91); }

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