#0A7B8C

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

Shades of Teal #0A7B8C

Tints of Teal #0A7B8C

Color information

#0A7B8C (or 0x0A7B8C) is unknown color: approx Teal. HEX triplet: 0A, 7B and 8C. RGB value is (10,123,140). Sum of RGB (Red+Green+Blue) = 10+123+140=273 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.66% from 273); Green value is 123 (48.44% from 255 or 45.05% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #0A7B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7B8C is #F58473. Grayscale: #5A5A5A. Windows color (decimal): -16090228 or 9206538. OLE color: 9206538.

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

Color convert

RGB10123140-
CMYK0.930.1200.45
HSL187.85º86.67%29.41%-
HSV(B)187.85º92.86%54.9%-
XYZ11.9416.1227.29-
YUV91.15155.5670.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.66%
GREEN value IS 123 (48.44% from 255) = 45.05%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=3.66%
G=45.05%
B=51.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101231400.930.1200.45187.8586.6729.41
HexA7B8C5DC02Dbc571d
Octal121732141351405527412735
Binary101011110111000110010111011100010110110111100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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