Html Css Color HEX #08787F Teal

📋 copy color: '#08787F'

red 8 ◦ green 120 ◦ blue 127

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

Shades of Teal #08787F

Tints of Teal #08787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.06%

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

R = 3.14%
G = 47.06%
B = 49.8%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08787F (or 0x08787F) is known color: Teal. HEX triplet: 08, 78 and 7F. RGB value is (8,120,127). Sum of RGB (Red+Green+Blue) = 8+120+127=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #08787F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08787F is #F78780. Grayscale: #575757. Windows color (decimal): -16222081 or 8353800. OLE color: 8353800.

HSL color Cylindrical-coordinate representation of color #08787F: hue angle of 183.53º 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 #08787F is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 120 127 -
CMYK 0.94 0.06 0 0.50
HSL 183.53º 0.88% 0.26% -
HSV(B) 183.53º 0.94% 0.5% -
XYZ 10.65 15.02 22.42 -
YUV 87.31 150.39 71.43 -
System Red Green Blue C M Y K H S L
Decimal 8 120 127 0.94 0.06 0 0.50 183.53 0.88 0.26
Hex 8 78 7F 5E 6 0 32 B8 58 1A
Octal 10 170 177 136 6 0 62 270 130 32
Binary 1000 1111000 1111111 1011110 110 0 110010 10111000 1011000 11010

Color Harmonies of #08787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08787F

Black with #08787F

Text Example


Text Example

White with #08787F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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