Html Css Color HEX #008C7E Teal

📋 copy color: '#008C7E'

red 0 ◦ green 140 ◦ blue 126

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

Shades of Teal #008C7E

Tints of Teal #008C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.37%

R = 0%
G = 52.63%
B = 47.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#008C7E (or 0x008C7E) is known color: Teal. HEX triplet: 00, 8C and 7E. RGB value is (0,140,126). Sum of RGB (Red+Green+Blue) = 0+140+126=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #008C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008C7E is #FF7381. Grayscale: #606060. Windows color (decimal): -16741250 or 8293376. OLE color: 8293376.

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

Color convert

RGB 0 140 126 -
CMYK 1 0 0.10 0.45
HSL 174º 1% 0.27% -
HSV(B) 174º 1% 0.55% -
XYZ 13.14 20.26 22.96 -
YUV 96.54 144.62 59.14 -
System Red Green Blue C M Y K H S L
Decimal 0 140 126 1 0 0.10 0.45 174 1 0.27
Hex 0 8C 7E 64 0 A 2D AE 64 1B
Octal 0 214 176 144 0 12 55 256 144 33
Binary 0 10001100 1111110 1100100 0 1010 101101 10101110 1100100 11011

Color Harmonies of #008C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008C7E

Black with #008C7E

Text Example


Text Example

White with #008C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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