#0A7785

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

Shades of Teal #0A7785

Tints of Teal #0A7785

Color information

#0A7785 (or 0x0A7785) is unknown color: approx Teal. HEX triplet: 0A, 77 and 85. RGB value is (10,119,133). Sum of RGB (Red+Green+Blue) = 10+119+133=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #0A7785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7785 is #F5887A. Grayscale: #575757. Windows color (decimal): -16091259 or 8746762. OLE color: 8746762.

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

Color convert

RGB10119133-
CMYK0.920.1100.48
HSL186.83º86.01%28.04%-
HSV(B)186.83º92.48%52.16%-
XYZ10.9614.9524.5-
YUV88153.3972.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=3.82%
G=45.42%
B=50.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101191330.920.1100.48186.8386.0128.04
HexA77855CB030bb561c
Octal121672051341306027312634
Binary101011101111000010110111001011011000010111011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,119,133); }

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

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

 a { background-color: rgb(10,119,133); }

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

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

 span { border-color: rgb(10,119,133); }

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