Html Css Color HEX #007289 Teal

📋 copy color: '#007289'

red 0 ◦ green 114 ◦ blue 137

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

Shades of Teal #007289

Tints of Teal #007289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.42%

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

R = 0%
G = 45.42%
B = 54.58%

CMYK

 C value IS 1

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#007289 (or 0x007289) is known color: Teal. HEX triplet: 00, 72 and 89. RGB value is (0,114,137). Sum of RGB (Red+Green+Blue) = 0+114+137=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #007289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007289 is #FF8D76. Grayscale: #525252. Windows color (decimal): -16747895 or 9007616. OLE color: 9007616.

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

Color convert

RGB 0 114 137 -
CMYK 1 0.17 0 0.46
HSL 190.07º 1% 0.27% -
HSV(B) 190.07º 1% 0.54% -
XYZ 10.53 13.84 25.78 -
YUV 82.54 158.73 69.13 -
System Red Green Blue C M Y K H S L
Decimal 0 114 137 1 0.17 0 0.46 190.07 1 0.27
Hex 0 72 89 64 11 0 2E BE 64 1B
Octal 0 162 211 144 21 0 56 276 144 33
Binary 0 1110010 10001001 1100100 10001 0 101110 10111110 1100100 11011

Color Harmonies of #007289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007289

Black with #007289

Text Example


Text Example

White with #007289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007289; }

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

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

background-color css

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

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

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

border-color css

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

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

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