#224F5D

Color #224F5D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #224F5D

Tints of Teal Blue #224F5D

Color information

#224F5D (or 0x224F5D) is unknown color: approx Teal Blue. HEX triplet: 22, 4F and 5D. RGB value is (34,79,93). Sum of RGB (Red+Green+Blue) = 34+79+93=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #224F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F5D is #DDB0A2. Grayscale: #434343. Windows color (decimal): -14528675 or 6115106. OLE color: 6115106.

HSL color Cylindrical-coordinate representation of color #224F5D: hue angle of 194.24º 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 #224F5D is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB347993-
CMYK0.630.1500.64
HSL194.24º46.46%24.9%-
HSV(B)194.24º63.44%36.47%-
XYZ5.436.7211.37-
YUV67.14142.59104.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.50%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=16.50%
G=38.35%
B=45.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3479930.630.1500.64194.2446.4624.9
Hex224F5D3FF040c22e19
Octal42117135771701003025631
Binary100010100111110111011111111111010000001100001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,79,93); }

 H1.HeaderClassName
 {
   color: #224F5D;
 }
 .AnyTagClassName
 {
   color: #224F5D;
 }
</style>
background-color css

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

 a { background-color: rgb(34,79,93); }

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

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

 span { border-color: rgb(34,79,93); }

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