#007A8D

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

Shades of Teal #007A8D

Tints of Teal #007A8D

Color information

#007A8D (or 0x007A8D) is unknown color: approx Teal. HEX triplet: 00, 7A and 8D. RGB value is (0,122,141). Sum of RGB (Red+Green+Blue) = 0+122+141=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #007A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A8D is #FF8572. Grayscale: #575757. Windows color (decimal): -16745843 or 9271808. OLE color: 9271808.

HSL color Cylindrical-coordinate representation of color #007A8D: hue angle of 188.09º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A8D is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB0122141-
CMYK10.1300.45
HSL188.09º100%27.65%-
HSV(B)188.09º100%55.29%-
XYZ11.7715.8427.64-
YUV87.69158.0865.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=0%
G=46.39%
B=53.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal012214110.1300.45188.0910027.65
Hex07A8D64D02Dbc641c
Octal01722151441505527414434
Binary011110101000110111001001101010110110111100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007A8D; }

 p { color: rgb(0,122,141); }

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

<style>
 a { background-color: #007A8D; }

 a { background-color: rgb(0,122,141); }

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

<style>
 span { border-color: #007A8D; }

 span { border-color: rgb(0,122,141); }

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