#0A758E

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

Shades of Teal #0A758E

Tints of Teal #0A758E

Color information

#0A758E (or 0x0A758E) is unknown color: approx Teal. HEX triplet: 0A, 75 and 8E. RGB value is (10,117,142). Sum of RGB (Red+Green+Blue) = 10+117+142=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #0A758E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A758E is #F58A71. Grayscale: #575757. Windows color (decimal): -16091762 or 9336074. OLE color: 9336074.

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

Color convert

RGB10117142-
CMYK0.930.1800.44
HSL191.36º86.84%29.8%-
HSV(B)191.36º92.96%55.69%-
XYZ11.3714.7427.84-
YUV87.86158.5572.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.72%
GREEN value IS 117 (46.09% from 255) = 43.49%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=3.72%
G=43.49%
B=52.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101171420.930.1800.44191.3686.8429.8
HexA758E5D1202Cbf571e
Octal121652161352205427712736
Binary1010111010110001110101110110010010110010111111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,117,142); }

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

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

 a { background-color: rgb(10,117,142); }

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

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

 span { border-color: rgb(10,117,142); }

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