#255258

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

Shades of Teal Blue #255258

Tints of Teal Blue #255258

Color information

#255258 (or 0x255258) is unknown color: approx Teal Blue. HEX triplet: 25, 52 and 58. RGB value is (37,82,88). Sum of RGB (Red+Green+Blue) = 37+82+88=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #255258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255258 is #DAADA7. Grayscale: #454545. Windows color (decimal): -14331304 or 5788197. OLE color: 5788197.

HSL color Cylindrical-coordinate representation of color #255258: hue angle of 187.06º 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 #255258 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB378288-
CMYK0.580.0700.65
HSL187.06º40.8%24.51%-
HSV(B)187.06º57.95%34.51%-
XYZ5.547.1310.32-
YUV69.23138.59105.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=17.87%
G=39.61%
B=42.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3782880.580.0700.65187.0640.824.51
Hex2552583A7041bb2919
Octal4512213072701012735131
Binary10010110100101011000111010111010000011011101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255258; }

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

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

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

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

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

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

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

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