#088485

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

Shades of Teal #088485

Tints of Teal #088485

Color information

#088485 (or 0x088485) is unknown color: approx Teal. HEX triplet: 08, 84 and 85. RGB value is (8,132,133). Sum of RGB (Red+Green+Blue) = 8+132+133=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #088485 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088485 is #F77B7A. Grayscale: #5E5E5E. Windows color (decimal): -16219003 or 8750088. OLE color: 8750088.

HSL color Cylindrical-coordinate representation of color #088485: hue angle of 180.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088485 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8132133-
CMYK0.940.0100.48
HSL180.48º88.65%27.65%-
HSV(B)180.48º93.98%52.16%-
XYZ12.5918.2525.05-
YUV95.04149.4265.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.93%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=2.93%
G=48.35%
B=48.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81321330.940.0100.48180.4888.6527.65
Hex884855E1030b4591c
Octal10204205136106026413134
Binary1000100001001000010110111101011000010110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088485; }

 p { color: rgb(8,132,133); }

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

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

 a { background-color: rgb(8,132,133); }

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

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

 span { border-color: rgb(8,132,133); }

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