Html Css Color HEX #008B7F Teal

📋 copy color: '#008B7F'

red 0 ◦ green 139 ◦ blue 127

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

Shades of Teal #008B7F

Tints of Teal #008B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.74%

R = 0%
G = 52.26%
B = 47.74%

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

#008B7F (or 0x008B7F) is known color: Teal. HEX triplet: 00, 8B and 7F. RGB value is (0,139,127). Sum of RGB (Red+Green+Blue) = 0+139+127=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #008B7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008B7F is #FF7480. Grayscale: #5F5F5F. Windows color (decimal): -16741505 or 8358656. OLE color: 8358656.

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

Color convert

RGB 0 139 127 -
CMYK 1 0 0.09 0.45
HSL 174.82º 1% 0.27% -
HSV(B) 174.82º 1% 0.55% -
XYZ 13.06 20 23.25 -
YUV 96.07 145.45 59.48 -
System Red Green Blue C M Y K H S L
Decimal 0 139 127 1 0 0.09 0.45 174.82 1 0.27
Hex 0 8B 7F 64 0 9 2D AF 64 1B
Octal 0 213 177 144 0 11 55 257 144 33
Binary 0 10001011 1111111 1100100 0 1001 101101 10101111 1100100 11011

Color Harmonies of #008B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B7F

Black with #008B7F

Text Example


Text Example

White with #008B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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