Html Css Color HEX #08778B Teal

📋 copy color: '#08778B'

red 8 ◦ green 119 ◦ blue 139

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

Shades of Teal #08778B

Tints of Teal #08778B

RGB

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

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

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

R = 3.01%
G = 44.74%
B = 52.26%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08778B (or 0x08778B) is known color: Teal. HEX triplet: 08, 77 and 8B. RGB value is (8,119,139). Sum of RGB (Red+Green+Blue) = 8+119+139=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #08778B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08778B is #F78874. Grayscale: #575757. Windows color (decimal): -16222325 or 9139976. OLE color: 9139976.

HSL color Cylindrical-coordinate representation of color #08778B: hue angle of 189.16º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08778B is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 119 139 -
CMYK 0.94 0.14 0 0.45
HSL 189.16º 0.89% 0.29% -
HSV(B) 189.16º 0.94% 0.55% -
XYZ 11.36 15.11 26.74 -
YUV 88.09 156.73 70.87 -
System Red Green Blue C M Y K H S L
Decimal 8 119 139 0.94 0.14 0 0.45 189.16 0.89 0.29
Hex 8 77 8B 5E E 0 2D BD 59 1D
Octal 10 167 213 136 16 0 55 275 131 35
Binary 1000 1110111 10001011 1011110 1110 0 101101 10111101 1011001 11101

Color Harmonies of #08778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08778B

Black with #08778B

Text Example


Text Example

White with #08778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08778B; }

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

 H1.HeaderClassName
 {
   color: #08778B;
 }
 .AnyTagClassName
 {
   color: #08778B;
 }
</style>

background-color css

<style>
 a { background-color: #08778B; }

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

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

border-color css

<style>
 span { border-color: #08778B; }

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

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