#225058

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

Shades of Teal Blue #225058

Tints of Teal Blue #225058

Color information

#225058 (or 0x225058) is unknown color: approx Teal Blue. HEX triplet: 22, 50 and 58. RGB value is (34,80,88). Sum of RGB (Red+Green+Blue) = 34+80+88=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #225058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225058 is #DDAFA7. Grayscale: #434343. Windows color (decimal): -14528424 or 5787682. OLE color: 5787682.

HSL color Cylindrical-coordinate representation of color #225058: hue angle of 188.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225058 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB348088-
CMYK0.610.0900.65
HSL188.89º44.26%23.92%-
HSV(B)188.89º61.36%34.51%-
XYZ5.296.7810.26-
YUV67.16139.76104.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=16.83%
G=39.60%
B=43.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3480880.610.0900.65188.8944.2623.92
Hex2250583D9041bd2c18
Octal42120130751101012755430
Binary100010101000010110001111011001010000011011110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225058; }

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

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

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

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

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

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

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

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