Html Css Color HEX #007089 Teal

📋 copy color: '#007089'

red 0 ◦ green 112 ◦ blue 137

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

Shades of Teal #007089

Tints of Teal #007089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 0%
G = 44.98%
B = 55.02%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#007089 (or 0x007089) is known color: Teal. HEX triplet: 00, 70 and 89. RGB value is (0,112,137). Sum of RGB (Red+Green+Blue) = 0+112+137=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #007089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007089 is #FF8F76. Grayscale: #515151. Windows color (decimal): -16748407 or 9007104. OLE color: 9007104.

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

Color convert

RGB 0 112 137 -
CMYK 1 0.18 0 0.46
HSL 190.95º 1% 0.27% -
HSV(B) 190.95º 1% 0.54% -
XYZ 10.31 13.39 25.71 -
YUV 81.36 159.39 69.97 -
System Red Green Blue C M Y K H S L
Decimal 0 112 137 1 0.18 0 0.46 190.95 1 0.27
Hex 0 70 89 64 12 0 2E BF 64 1B
Octal 0 160 211 144 22 0 56 277 144 33
Binary 0 1110000 10001001 1100100 10010 0 101110 10111111 1100100 11011

Color Harmonies of #007089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007089

Black with #007089

Text Example


Text Example

White with #007089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007089; }

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

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

background-color css

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

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

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

border-color css

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

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

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