Html Css Color HEX #007B8A Teal

📋 copy color: '#007B8A'

red 0 ◦ green 123 ◦ blue 138

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

Shades of Teal #007B8A

Tints of Teal #007B8A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 47.13%

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

R = 0%
G = 47.13%
B = 52.87%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#007B8A (or 0x007B8A) is known color: Teal. HEX triplet: 00, 7B and 8A. RGB value is (0,123,138). Sum of RGB (Red+Green+Blue) = 0+123+138=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #007B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007B8A is #FF8475. Grayscale: #575757. Windows color (decimal): -16745590 or 9075456. OLE color: 9075456.

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

Color convert

RGB 0 123 138 -
CMYK 1 0.11 0 0.46
HSL 186.52º 1% 0.27% -
HSV(B) 186.52º 1% 0.54% -
XYZ 11.67 16 26.52 -
YUV 87.93 156.25 65.28 -
System Red Green Blue C M Y K H S L
Decimal 0 123 138 1 0.11 0 0.46 186.52 1 0.27
Hex 0 7B 8A 64 B 0 2E BB 64 1B
Octal 0 173 212 144 13 0 56 273 144 33
Binary 0 1111011 10001010 1100100 1011 0 101110 10111011 1100100 11011

Color Harmonies of #007B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007B8A

Black with #007B8A

Text Example


Text Example

White with #007B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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