#007A87

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

Shades of Teal #007A87

Tints of Teal #007A87

Color information

#007A87 (or 0x007A87) is unknown color: approx Teal. HEX triplet: 00, 7A and 87. RGB value is (0,122,135). Sum of RGB (Red+Green+Blue) = 0+122+135=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #007A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A87 is #FF8578. Grayscale: #565656. Windows color (decimal): -16745849 or 8878592. OLE color: 8878592.

HSL color Cylindrical-coordinate representation of color #007A87: hue angle of 185.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007A87 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB0122135-
CMYK10.1000.47
HSL185.78º100%26.47%-
HSV(B)185.78º100%52.94%-
XYZ11.3315.6725.35-
YUV87155.0865.94-

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) = 47.47%
BLUE value IS 135 (53.12% from 255) = 52.53%
R=0%
G=47.47%
B=52.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal012213510.1000.47185.7810026.47
Hex07A8764A02Fba641a
Octal01722071441205727214432
Binary011110101000011111001001010010111110111010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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