#08738A

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

Shades of Teal #08738A

Tints of Teal #08738A

Color information

#08738A (or 0x08738A) is unknown color: approx Teal. HEX triplet: 08, 73 and 8A. RGB value is (8,115,138). Sum of RGB (Red+Green+Blue) = 8+115+138=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #08738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08738A is #F78C75. Grayscale: #555555. Windows color (decimal): -16223350 or 9073416. OLE color: 9073416.

HSL color Cylindrical-coordinate representation of color #08738A: hue angle of 190.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08738A is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8115138-
CMYK0.940.1700.46
HSL190.62º89.04%28.63%-
HSV(B)190.62º94.2%54.12%-
XYZ10.8214.1526.21-
YUV85.63157.5572.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.07%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=3.07%
G=44.06%
B=52.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81151380.940.1700.46190.6289.0428.63
Hex8738A5E1102Ebf591d
Octal101632121362105627713135
Binary1000111001110001010101111010001010111010111111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08738A; }

 p { color: rgb(8,115,138); }

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

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

 a { background-color: rgb(8,115,138); }

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

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

 span { border-color: rgb(8,115,138); }

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