Html Css Color HEX #007689 Teal

📋 copy color: '#007689'

red 0 ◦ green 118 ◦ blue 137

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

Shades of Teal #007689

Tints of Teal #007689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 0%
G = 46.27%
B = 53.73%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#007689 (or 0x007689) is known color: Teal. HEX triplet: 00, 76 and 89. RGB value is (0,118,137). Sum of RGB (Red+Green+Blue) = 0+118+137=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #007689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007689 is #FF8976. Grayscale: #545454. Windows color (decimal): -16746871 or 9008640. OLE color: 9008640.

HSL color Cylindrical-coordinate representation of color #007689: hue angle of 188.32º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007689 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 118 137 -
CMYK 1 0.14 0 0.46
HSL 188.32º 1% 0.27% -
HSV(B) 188.32º 1% 0.54% -
XYZ 10.99 14.76 25.94 -
YUV 84.88 157.41 67.46 -
System Red Green Blue C M Y K H S L
Decimal 0 118 137 1 0.14 0 0.46 188.32 1 0.27
Hex 0 76 89 64 E 0 2E BC 64 1B
Octal 0 166 211 144 16 0 56 274 144 33
Binary 0 1110110 10001001 1100100 1110 0 101110 10111100 1100100 11011

Color Harmonies of #007689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007689

Black with #007689

Text Example


Text Example

White with #007689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007689; }

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

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

background-color css

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

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

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

border-color css

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

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

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