#245058

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

Shades of Teal Blue #245058

Tints of Teal Blue #245058

Color information

#245058 (or 0x245058) is unknown color: approx Teal Blue. HEX triplet: 24, 50 and 58. RGB value is (36,80,88). Sum of RGB (Red+Green+Blue) = 36+80+88=204 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.65% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #245058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245058 is #DBAFA7. Grayscale: #434343. Windows color (decimal): -14397352 or 5787684. OLE color: 5787684.

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

Color convert

RGB368088-
CMYK0.590.0900.65
HSL189.23º41.94%24.31%-
HSV(B)189.23º59.09%34.51%-
XYZ5.366.8210.27-
YUV67.76139.42105.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.65%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=17.65%
G=39.22%
B=43.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3680880.590.0900.65189.2341.9424.31
Hex2450583B9041bd2a18
Octal44120130731101012755230
Binary100100101000010110001110111001010000011011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245058; }

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

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

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

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

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

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

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

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