Html Css Color HEX #007680 Teal

📋 copy color: '#007680'

red 0 ◦ green 118 ◦ blue 128

#007680
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal #007680

Tints of Teal #007680

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 118 (46.48% from 255) = 47.97%

 BLUE value IS 128 (50.39% from 255) = 52.03%

R = 0%
G = 47.97%
B = 52.03%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#007680 (or 0x007680) is known color: Teal. HEX triplet: 00, 76 and 80. RGB value is (0,118,128). Sum of RGB (Red+Green+Blue) = 0+118+128=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #007680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007680 is #FF897F. Grayscale: #535353. Windows color (decimal): -16746880 or 8418816. OLE color: 8418816.

HSL color Cylindrical-coordinate representation of color #007680: hue angle of 184.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007680 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 118 128 -
CMYK 1 0.08 0 0.50
HSL 184.69º 1% 0.25% -
HSV(B) 184.69º 1% 0.5% -
XYZ 10.37 14.52 22.68 -
YUV 83.86 152.91 68.19 -
System Red Green Blue C M Y K H S L
Decimal 0 118 128 1 0.08 0 0.50 184.69 1 0.25
Hex 0 76 80 64 8 0 32 B9 64 19
Octal 0 166 200 144 10 0 62 271 144 31
Binary 0 1110110 10000000 1100100 1000 0 110010 10111001 1100100 11001

Color Harmonies of #007680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007680

Black with #007680

Text Example


Text Example

White with #007680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007680; }

 p { color: rgb(0,118,128); }

 H1.HeaderClassName
 {
   color: #007680;
 }
 .AnyTagClassName
 {
   color: #007680;
 }
</style>

background-color css

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

 a { background-color: rgb(0,118,128); }

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

border-color css

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

 span { border-color: rgb(0,118,128); }

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