#007D8B

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

Shades of Teal #007D8B

Tints of Teal #007D8B

Color information

#007D8B (or 0x007D8B) is unknown color: approx Teal. HEX triplet: 00, 7D and 8B. RGB value is (0,125,139). Sum of RGB (Red+Green+Blue) = 0+125+139=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #007D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D8B is #FF8274. Grayscale: #595959. Windows color (decimal): -16745077 or 9141504. OLE color: 9141504.

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

Color convert

RGB0125139-
CMYK10.1000.45
HSL186.04º100%27.25%-
HSV(B)186.04º100%54.51%-
XYZ11.9916.5326.98-
YUV89.22156.0964.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 125 (49.22% from 255) = 47.35%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=0%
G=47.35%
B=52.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal012513910.1000.45186.0410027.25
Hex07D8B64A02Dba641b
Octal01752131441205527214433
Binary011111011000101111001001010010110110111010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,125,139); }

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

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

 a { background-color: rgb(0,125,139); }

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

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

 span { border-color: rgb(0,125,139); }

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