Html Css Color HEX #007A8B Teal

📋 copy color: '#007A8B'

red 0 ◦ green 122 ◦ blue 139

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

Shades of Teal #007A8B

Tints of Teal #007A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.74%

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 0%
G = 46.74%
B = 53.26%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#007A8B (or 0x007A8B) is known color: Teal. HEX triplet: 00, 7A and 8B. RGB value is (0,122,139). Sum of RGB (Red+Green+Blue) = 0+122+139=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #007A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007A8B is #FF8574. Grayscale: #575757. Windows color (decimal): -16745845 or 9140736. OLE color: 9140736.

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

Color convert

RGB 0 122 139 -
CMYK 1 0.12 0 0.45
HSL 187.34º 1% 0.27% -
HSV(B) 187.34º 1% 0.55% -
XYZ 11.62 15.78 26.86 -
YUV 87.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 0 122 139 1 0.12 0 0.45 187.34 1 0.27
Hex 0 7A 8B 64 C 0 2D BB 64 1B
Octal 0 172 213 144 14 0 55 273 144 33
Binary 0 1111010 10001011 1100100 1100 0 101101 10111011 1100100 11011

Color Harmonies of #007A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007A8B

Black with #007A8B

Text Example


Text Example

White with #007A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,122,139); }

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

background-color css

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

 a { background-color: rgb(0,122,139); }

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

border-color css

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

 span { border-color: rgb(0,122,139); }

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