Html Css Color HEX #007681 Teal

📋 copy color: '#007681'

red 0 ◦ green 118 ◦ blue 129

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

Shades of Teal #007681

Tints of Teal #007681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.23%

R = 0%
G = 47.77%
B = 52.23%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#007681 (or 0x007681) is known color: Teal. HEX triplet: 00, 76 and 81. RGB value is (0,118,129). Sum of RGB (Red+Green+Blue) = 0+118+129=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #007681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007681 is #FF897E. Grayscale: #535353. Windows color (decimal): -16746879 or 8484352. OLE color: 8484352.

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

Color convert

RGB 0 118 129 -
CMYK 1 0.09 0 0.49
HSL 185.12º 1% 0.25% -
HSV(B) 185.12º 1% 0.51% -
XYZ 10.44 14.54 23.03 -
YUV 83.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 0 118 129 1 0.09 0 0.49 185.12 1 0.25
Hex 0 76 81 64 9 0 31 B9 64 19
Octal 0 166 201 144 11 0 61 271 144 31
Binary 0 1110110 10000001 1100100 1001 0 110001 10111001 1100100 11001

Color Harmonies of #007681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007681

Black with #007681

Text Example


Text Example

White with #007681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007681; }

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

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

background-color css

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

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

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

border-color css

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

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

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