Html Css Color HEX #008A7D Teal

📋 copy color: '#008A7D'

red 0 ◦ green 138 ◦ blue 125

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

Shades of Teal #008A7D

Tints of Teal #008A7D

RGB

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

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

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

R = 0%
G = 52.47%
B = 47.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#008A7D (or 0x008A7D) is known color: Teal. HEX triplet: 00, 8A and 7D. RGB value is (0,138,125). Sum of RGB (Red+Green+Blue) = 0+138+125=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #008A7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A7D is #FF7582. Grayscale: #5F5F5F. Windows color (decimal): -16741763 or 8227328. OLE color: 8227328.

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

Color convert

RGB 0 138 125 -
CMYK 1 0 0.09 0.46
HSL 174.35º 1% 0.27% -
HSV(B) 174.35º 1% 0.54% -
XYZ 12.79 19.66 22.52 -
YUV 95.26 144.78 60.06 -
System Red Green Blue C M Y K H S L
Decimal 0 138 125 1 0 0.09 0.46 174.35 1 0.27
Hex 0 8A 7D 64 0 9 2E AE 64 1B
Octal 0 212 175 144 0 11 56 256 144 33
Binary 0 10001010 1111101 1100100 0 1001 101110 10101110 1100100 11011

Color Harmonies of #008A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A7D

Black with #008A7D

Text Example


Text Example

White with #008A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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