#007087

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

Shades of Teal #007087

Tints of Teal #007087

Color information

#007087 (or 0x007087) is unknown color: approx Teal. HEX triplet: 00, 70 and 87. RGB value is (0,112,135). Sum of RGB (Red+Green+Blue) = 0+112+135=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #007087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007087 is #FF8F78. Grayscale: #505050. Windows color (decimal): -16748409 or 8876032. OLE color: 8876032.

HSL color Cylindrical-coordinate representation of color #007087: hue angle of 190.22º 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 #007087 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB0112135-
CMYK10.1700.47
HSL190.22º100%26.47%-
HSV(B)190.22º100%52.94%-
XYZ10.1713.3424.96-
YUV81.13158.3970.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 45.34%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=0%
G=45.34%
B=54.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal011213510.1700.47190.2210026.47
Hex07087641102Fbe641a
Octal01602071442105727614432
Binary0111000010000111110010010001010111110111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007087; }

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

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

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

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

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

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

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

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