Html Css Color HEX #08768D Teal

📋 copy color: '#08768D'

red 8 ◦ green 118 ◦ blue 141

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

Shades of Teal #08768D

Tints of Teal #08768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 3%
G = 44.19%
B = 52.81%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08768D (or 0x08768D) is known color: Teal. HEX triplet: 08, 76 and 8D. RGB value is (8,118,141). Sum of RGB (Red+Green+Blue) = 8+118+141=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #08768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08768D is #F78972. Grayscale: #575757. Windows color (decimal): -16222579 or 9270792. OLE color: 9270792.

HSL color Cylindrical-coordinate representation of color #08768D: hue angle of 190.38º 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 #08768D is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 118 141 -
CMYK 0.94 0.16 0 0.45
HSL 190.38º 0.89% 0.29% -
HSV(B) 190.38º 0.94% 0.55% -
XYZ 11.39 14.93 27.48 -
YUV 87.73 158.06 71.13 -
System Red Green Blue C M Y K H S L
Decimal 8 118 141 0.94 0.16 0 0.45 190.38 0.89 0.29
Hex 8 76 8D 5E 10 0 2D BE 59 1D
Octal 10 166 215 136 20 0 55 276 131 35
Binary 1000 1110110 10001101 1011110 10000 0 101101 10111110 1011001 11101

Color Harmonies of #08768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08768D

Black with #08768D

Text Example


Text Example

White with #08768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08768D; }

 p { color: rgb(8,118,141); }

 H1.HeaderClassName
 {
   color: #08768D;
 }
 .AnyTagClassName
 {
   color: #08768D;
 }
</style>

background-color css

<style>
 a { background-color: #08768D; }

 a { background-color: rgb(8,118,141); }

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

border-color css

<style>
 span { border-color: #08768D; }

 span { border-color: rgb(8,118,141); }

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