#0A7B80

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

Shades of Teal #0A7B80

Tints of Teal #0A7B80

Color information

#0A7B80 (or 0x0A7B80) is unknown color: approx Teal. HEX triplet: 0A, 7B and 80. RGB value is (10,123,128). Sum of RGB (Red+Green+Blue) = 10+123+128=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #0A7B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7B80 is #F5847F. Grayscale: #595959. Windows color (decimal): -16090240 or 8420106. OLE color: 8420106.

HSL color Cylindrical-coordinate representation of color #0A7B80: hue angle of 182.54º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7B80 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10123128-
CMYK0.920.0400.50
HSL182.54º85.51%27.06%-
HSV(B)182.54º92.19%50.2%-
XYZ11.115.7922.88-
YUV89.78149.5671.09-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.83%
GREEN value IS 123 (48.44% from 255) = 47.13%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=3.83%
G=47.13%
B=49.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101231280.920.0400.50182.5485.5127.06
HexA7B805C4032b7561b
Octal12173200134406226712633
Binary10101111011100000001011100100011001010110111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A7B80; }

 p { color: rgb(10,123,128); }

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

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

 a { background-color: rgb(10,123,128); }

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

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

 span { border-color: rgb(10,123,128); }

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