#0A7988

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

Shades of Teal #0A7988

Tints of Teal #0A7988

Color information

#0A7988 (or 0x0A7988) is unknown color: approx Teal. HEX triplet: 0A, 79 and 88. RGB value is (10,121,136). Sum of RGB (Red+Green+Blue) = 10+121+136=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 136 (53.52% from 255 or 50.94% from 267); Max value from RGB is 136 - color contains mainly: blue. Hex color #0A7988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7988 is #F58677. Grayscale: #595959. Windows color (decimal): -16090744 or 8943882. OLE color: 8943882.

HSL color Cylindrical-coordinate representation of color #0A7988: hue angle of 187.14º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7988 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10121136-
CMYK0.930.1100.47
HSL187.14º86.3%28.63%-
HSV(B)187.14º92.65%53.33%-
XYZ11.4115.5225.69-
YUV89.52154.2371.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.75%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 136 (53.52% from 255) = 50.94%
R=3.75%
G=45.32%
B=50.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal101211360.930.1100.47187.1486.328.63
HexA79885DB02Fbb561d
Octal121712101351305727312635
Binary101011110011000100010111011011010111110111011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,121,136); }

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

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

 a { background-color: rgb(10,121,136); }

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

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

 span { border-color: rgb(10,121,136); }

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