Html Css Color HEX #08777F Teal

📋 copy color: '#08777F'

red 8 ◦ green 119 ◦ blue 127

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

Shades of Teal #08777F

Tints of Teal #08777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 3.15%
G = 46.85%
B = 50%

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

#08777F (or 0x08777F) is known color: Teal. HEX triplet: 08, 77 and 7F. RGB value is (8,119,127). Sum of RGB (Red+Green+Blue) = 8+119+127=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #08777F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08777F is #F78880. Grayscale: #565656. Windows color (decimal): -16222337 or 8353544. OLE color: 8353544.

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

Color convert

RGB 8 119 127 -
CMYK 0.94 0.06 0 0.50
HSL 184.03º 0.88% 0.26% -
HSV(B) 184.03º 0.94% 0.5% -
XYZ 10.53 14.78 22.38 -
YUV 86.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 8 119 127 0.94 0.06 0 0.50 184.03 0.88 0.26
Hex 8 77 7F 5E 6 0 32 B8 58 1A
Octal 10 167 177 136 6 0 62 270 130 32
Binary 1000 1110111 1111111 1011110 110 0 110010 10111000 1011000 11010

Color Harmonies of #08777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08777F

Black with #08777F

Text Example


Text Example

White with #08777F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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