Html Css Color HEX #008C7D Teal

📋 copy color: '#008C7D'

red 0 ◦ green 140 ◦ blue 125

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

Shades of Teal #008C7D

Tints of Teal #008C7D

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#008C7D (or 0x008C7D) is known color: Teal. HEX triplet: 00, 8C and 7D. RGB value is (0,140,125). Sum of RGB (Red+Green+Blue) = 0+140+125=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #008C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C7D is #FF7382. Grayscale: #606060. Windows color (decimal): -16741251 or 8227840. OLE color: 8227840.

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

Color convert

RGB 0 140 125 -
CMYK 1 0 0.11 0.45
HSL 173.57º 1% 0.27% -
HSV(B) 173.57º 1% 0.55% -
XYZ 13.08 20.24 22.62 -
YUV 96.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 0 140 125 1 0 0.11 0.45 173.57 1 0.27
Hex 0 8C 7D 64 0 B 2D AE 64 1B
Octal 0 214 175 144 0 13 55 256 144 33
Binary 0 10001100 1111101 1100100 0 1011 101101 10101110 1100100 11011

Color Harmonies of #008C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C7D

Black with #008C7D

Text Example


Text Example

White with #008C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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