Html Css Color HEX #007D8C Teal

📋 copy color: '#007D8C'

red 0 ◦ green 125 ◦ blue 140

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

Shades of Teal #007D8C

Tints of Teal #007D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 0%
G = 47.17%
B = 52.83%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#007D8C (or 0x007D8C) is known color: Teal. HEX triplet: 00, 7D and 8C. RGB value is (0,125,140). Sum of RGB (Red+Green+Blue) = 0+125+140=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #007D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D8C is #FF8273. Grayscale: #595959. Windows color (decimal): -16745076 or 9207040. OLE color: 9207040.

HSL color Cylindrical-coordinate representation of color #007D8C: hue angle of 186.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D8C is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 125 140 -
CMYK 1 0.11 0 0.45
HSL 186.43º 1% 0.27% -
HSV(B) 186.43º 1% 0.55% -
XYZ 12.07 16.56 27.37 -
YUV 89.34 156.59 64.28 -
System Red Green Blue C M Y K H S L
Decimal 0 125 140 1 0.11 0 0.45 186.43 1 0.27
Hex 0 7D 8C 64 B 0 2D BA 64 1B
Octal 0 175 214 144 13 0 55 272 144 33
Binary 0 1111101 10001100 1100100 1011 0 101101 10111010 1100100 11011

Color Harmonies of #007D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D8C

Black with #007D8C

Text Example


Text Example

White with #007D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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