Html Css Color HEX #007D89 Teal

📋 copy color: '#007D89'

red 0 ◦ green 125 ◦ blue 137

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

Shades of Teal #007D89

Tints of Teal #007D89

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.71%

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

R = 0%
G = 47.71%
B = 52.29%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#007D89 (or 0x007D89) is known color: Teal. HEX triplet: 00, 7D and 89. RGB value is (0,125,137). Sum of RGB (Red+Green+Blue) = 0+125+137=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #007D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D89 is #FF8276. Grayscale: #585858. Windows color (decimal): -16745079 or 9010432. OLE color: 9010432.

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

Color convert

RGB 0 125 137 -
CMYK 1 0.09 0 0.46
HSL 185.26º 1% 0.27% -
HSV(B) 185.26º 1% 0.54% -
XYZ 11.85 16.47 26.22 -
YUV 88.99 155.09 64.52 -
System Red Green Blue C M Y K H S L
Decimal 0 125 137 1 0.09 0 0.46 185.26 1 0.27
Hex 0 7D 89 64 9 0 2E B9 64 1B
Octal 0 175 211 144 11 0 56 271 144 33
Binary 0 1111101 10001001 1100100 1001 0 101110 10111001 1100100 11011

Color Harmonies of #007D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D89

Black with #007D89

Text Example


Text Example

White with #007D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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