#0A738D

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

Shades of Teal #0A738D

Tints of Teal #0A738D

Color information

#0A738D (or 0x0A738D) is unknown color: approx Teal. HEX triplet: 0A, 73 and 8D. RGB value is (10,115,141). Sum of RGB (Red+Green+Blue) = 10+115+141=266 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.76% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A738D is #F58C72. Grayscale: #565656. Windows color (decimal): -16092275 or 9270026. OLE color: 9270026.

HSL color Cylindrical-coordinate representation of color #0A738D: hue angle of 191.91º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A738D is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10115141-
CMYK0.930.1800.45
HSL191.91º86.75%29.61%-
HSV(B)191.91º92.91%55.29%-
XYZ11.0614.2527.37-
YUV86.57158.7173.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.76%
GREEN value IS 115 (45.31% from 255) = 43.23%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=3.76%
G=43.23%
B=53.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101151410.930.1800.45191.9186.7529.61
HexA738D5D1202Dc0571e
Octal121632151352205530012736
Binary1010111001110001101101110110010010110111000000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,115,141); }

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

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

 a { background-color: rgb(10,115,141); }

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

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

 span { border-color: rgb(10,115,141); }

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