Html Css Color HEX #008A7C Teal

📋 copy color: '#008A7C'

red 0 ◦ green 138 ◦ blue 124

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

Shades of Teal #008A7C

Tints of Teal #008A7C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.67%

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 0%
G = 52.67%
B = 47.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#008A7C (or 0x008A7C) is known color: Teal. HEX triplet: 00, 8A and 7C. RGB value is (0,138,124). Sum of RGB (Red+Green+Blue) = 0+138+124=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #008A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A7C is #FF7583. Grayscale: #5F5F5F. Windows color (decimal): -16741764 or 8161792. OLE color: 8161792.

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

Color convert

RGB 0 138 124 -
CMYK 1 0 0.10 0.46
HSL 173.91º 1% 0.27% -
HSV(B) 173.91º 1% 0.54% -
XYZ 12.73 19.63 22.19 -
YUV 95.14 144.28 60.14 -
System Red Green Blue C M Y K H S L
Decimal 0 138 124 1 0 0.10 0.46 173.91 1 0.27
Hex 0 8A 7C 64 0 A 2E AE 64 1B
Octal 0 212 174 144 0 12 56 256 144 33
Binary 0 10001010 1111100 1100100 0 1010 101110 10101110 1100100 11011

Color Harmonies of #008A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A7C

Black with #008A7C

Text Example


Text Example

White with #008A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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