#088B7F

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

Shades of Teal #088B7F

Tints of Teal #088B7F

Color information

#088B7F (or 0x088B7F) is unknown color: approx Teal. HEX triplet: 08, 8B and 7F. RGB value is (8,139,127). Sum of RGB (Red+Green+Blue) = 8+139+127=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #088B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088B7F is #F77480. Grayscale: #626262. Windows color (decimal): -16217217 or 8358664. OLE color: 8358664.

HSL color Cylindrical-coordinate representation of color #088B7F: hue angle of 174.5º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088B7F is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB8139127-
CMYK0.9400.090.45
HSL174.5º89.12%28.82%-
HSV(B)174.5º94.24%54.51%-
XYZ13.1620.0523.25-
YUV98.46144.163.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.92%
GREEN value IS 139 (54.69% from 255) = 50.73%
BLUE value IS 127 (50% from 255) = 46.35%
R=2.92%
G=50.73%
B=46.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81391270.9400.090.45174.589.1228.82
Hex88B7F5E092Daf591d
Octal102131771360115525713135
Binary100010001011111111110111100100110110110101111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088B7F; }

 p { color: rgb(8,139,127); }

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

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

 a { background-color: rgb(8,139,127); }

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

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

 span { border-color: rgb(8,139,127); }

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