Html Css Color HEX #008B7E Teal

📋 copy color: '#008B7E'

red 0 ◦ green 139 ◦ blue 126

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

Shades of Teal #008B7E

Tints of Teal #008B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 52.45%

 BLUE value IS 126 (49.61% from 255) = 47.55%

R = 0%
G = 52.45%
B = 47.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#008B7E (or 0x008B7E) is known color: Teal. HEX triplet: 00, 8B and 7E. RGB value is (0,139,126). Sum of RGB (Red+Green+Blue) = 0+139+126=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #008B7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B7E is #FF7481. Grayscale: #5F5F5F. Windows color (decimal): -16741506 or 8293120. OLE color: 8293120.

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

Color convert

RGB 0 139 126 -
CMYK 1 0 0.09 0.45
HSL 174.39º 1% 0.27% -
HSV(B) 174.39º 1% 0.55% -
XYZ 13 19.97 22.91 -
YUV 95.96 144.95 59.56 -
System Red Green Blue C M Y K H S L
Decimal 0 139 126 1 0 0.09 0.45 174.39 1 0.27
Hex 0 8B 7E 64 0 9 2D AE 64 1B
Octal 0 213 176 144 0 11 55 256 144 33
Binary 0 10001011 1111110 1100100 0 1001 101101 10101110 1100100 11011

Color Harmonies of #008B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B7E

Black with #008B7E

Text Example


Text Example

White with #008B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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