Html Css Color HEX #007889 Teal

📋 copy color: '#007889'

red 0 ◦ green 120 ◦ blue 137

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

Shades of Teal #007889

Tints of Teal #007889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.69%

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

R = 0%
G = 46.69%
B = 53.31%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#007889 (or 0x007889) is known color: Teal. HEX triplet: 00, 78 and 89. RGB value is (0,120,137). Sum of RGB (Red+Green+Blue) = 0+120+137=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 120 (47.27% from 255 or 46.69% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #007889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007889 is #FF8776. Grayscale: #555555. Windows color (decimal): -16746359 or 9009152. OLE color: 9009152.

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

Color convert

RGB 0 120 137 -
CMYK 1 0.12 0 0.46
HSL 187.45º 1% 0.27% -
HSV(B) 187.45º 1% 0.54% -
XYZ 11.23 15.24 26.02 -
YUV 86.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 0 120 137 1 0.12 0 0.46 187.45 1 0.27
Hex 0 78 89 64 C 0 2E BB 64 1B
Octal 0 170 211 144 14 0 56 273 144 33
Binary 0 1111000 10001001 1100100 1100 0 101110 10111011 1100100 11011

Color Harmonies of #007889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007889

Black with #007889

Text Example


Text Example

White with #007889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007889; }

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

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

background-color css

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

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

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

border-color css

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

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

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