Html Css Color HEX #007D8A Teal

📋 copy color: '#007D8A'

red 0 ◦ green 125 ◦ blue 138

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

Shades of Teal #007D8A

Tints of Teal #007D8A

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#007D8A (or 0x007D8A) is known color: Teal. HEX triplet: 00, 7D and 8A. RGB value is (0,125,138). Sum of RGB (Red+Green+Blue) = 0+125+138=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 125 (49.22% from 255 or 47.53% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #007D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007D8A is #FF8275. Grayscale: #585858. Windows color (decimal): -16745078 or 9075968. OLE color: 9075968.

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

Color convert

RGB 0 125 138 -
CMYK 1 0.09 0 0.46
HSL 185.65º 1% 0.27% -
HSV(B) 185.65º 1% 0.54% -
XYZ 11.92 16.5 26.6 -
YUV 89.11 155.59 64.44 -
System Red Green Blue C M Y K H S L
Decimal 0 125 138 1 0.09 0 0.46 185.65 1 0.27
Hex 0 7D 8A 64 9 0 2E BA 64 1B
Octal 0 175 212 144 11 0 56 272 144 33
Binary 0 1111101 10001010 1100100 1001 0 101110 10111010 1100100 11011

Color Harmonies of #007D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007D8A

Black with #007D8A

Text Example


Text Example

White with #007D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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