Html Css Color HEX #08797F Teal

📋 copy color: '#08797F'

red 8 ◦ green 121 ◦ blue 127

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

Shades of Teal #08797F

Tints of Teal #08797F

RGB

 RED value IS 8 (3.52% from 255) = 3.13%

 GREEN value IS 121 (47.66% from 255) = 47.27%

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

R = 3.13%
G = 47.27%
B = 49.61%

CMYK

 C value IS 0.94

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08797F (or 0x08797F) is known color: Teal. HEX triplet: 08, 79 and 7F. RGB value is (8,121,127). Sum of RGB (Red+Green+Blue) = 8+121+127=256 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.12% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #08797F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08797F is #F78680. Grayscale: #575757. Windows color (decimal): -16221825 or 8354056. OLE color: 8354056.

HSL color Cylindrical-coordinate representation of color #08797F: hue angle of 183.03º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08797F is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 121 127 -
CMYK 0.94 0.05 0 0.50
HSL 183.03º 0.88% 0.26% -
HSV(B) 183.03º 0.94% 0.5% -
XYZ 10.77 15.26 22.46 -
YUV 87.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 8 121 127 0.94 0.05 0 0.50 183.03 0.88 0.26
Hex 8 79 7F 5E 5 0 32 B7 58 1A
Octal 10 171 177 136 5 0 62 267 130 32
Binary 1000 1111001 1111111 1011110 101 0 110010 10110111 1011000 11010

Color Harmonies of #08797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08797F

Black with #08797F

Text Example


Text Example

White with #08797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08797F; }

 p { color: rgb(8,121,127); }

 H1.HeaderClassName
 {
   color: #08797F;
 }
 .AnyTagClassName
 {
   color: #08797F;
 }
</style>

background-color css

<style>
 a { background-color: #08797F; }

 a { background-color: rgb(8,121,127); }

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

border-color css

<style>
 span { border-color: #08797F; }

 span { border-color: rgb(8,121,127); }

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