#255058

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

Shades of Teal Blue #255058

Tints of Teal Blue #255058

Color information

#255058 (or 0x255058) is unknown color: approx Teal Blue. HEX triplet: 25, 50 and 58. RGB value is (37,80,88). Sum of RGB (Red+Green+Blue) = 37+80+88=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #255058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255058 is #DAAFA7. Grayscale: #434343. Windows color (decimal): -14331816 or 5787685. OLE color: 5787685.

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

Color convert

RGB378088-
CMYK0.580.0900.65
HSL189.41º40.8%24.51%-
HSV(B)189.41º57.95%34.51%-
XYZ5.396.8410.27-
YUV68.05139.25105.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 88 (34.77% from 255) = 42.93%
R=18.05%
G=39.02%
B=42.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3780880.580.0900.65189.4140.824.51
Hex2550583A9041bd2919
Octal45120130721101012755131
Binary100101101000010110001110101001010000011011110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255058; }

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

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

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

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

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

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

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

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