Html Css Color HEX #007C8C Teal

📋 copy color: '#007C8C'

red 0 ◦ green 124 ◦ blue 140

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

Shades of Teal #007C8C

Tints of Teal #007C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 46.97%

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

R = 0%
G = 46.97%
B = 53.03%

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

#007C8C (or 0x007C8C) is known color: Teal. HEX triplet: 00, 7C and 8C. RGB value is (0,124,140). Sum of RGB (Red+Green+Blue) = 0+124+140=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #007C8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007C8C is #FF8373. Grayscale: #585858. Windows color (decimal): -16745332 or 9206784. OLE color: 9206784.

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

Color convert

RGB 0 124 140 -
CMYK 1 0.11 0 0.45
HSL 186.86º 1% 0.27% -
HSV(B) 186.86º 1% 0.55% -
XYZ 11.94 16.31 27.33 -
YUV 88.75 156.92 64.7 -
System Red Green Blue C M Y K H S L
Decimal 0 124 140 1 0.11 0 0.45 186.86 1 0.27
Hex 0 7C 8C 64 B 0 2D BB 64 1B
Octal 0 174 214 144 13 0 55 273 144 33
Binary 0 1111100 10001100 1100100 1011 0 101101 10111011 1100100 11011

Color Harmonies of #007C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007C8C

Black with #007C8C

Text Example


Text Example

White with #007C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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