Html Css Color HEX #08768C Teal

📋 copy color: '#08768C'

red 8 ◦ green 118 ◦ blue 140

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

Shades of Teal #08768C

Tints of Teal #08768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 3.01%
G = 44.36%
B = 52.63%

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

#08768C (or 0x08768C) is known color: Teal. HEX triplet: 08, 76 and 8C. RGB value is (8,118,140). Sum of RGB (Red+Green+Blue) = 8+118+140=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #08768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08768C is #F78973. Grayscale: #575757. Windows color (decimal): -16222580 or 9205256. OLE color: 9205256.

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

Color convert

RGB 8 118 140 -
CMYK 0.94 0.16 0 0.45
HSL 190º 0.89% 0.29% -
HSV(B) 190º 0.94% 0.55% -
XYZ 11.31 14.9 27.09 -
YUV 87.62 157.56 71.21 -
System Red Green Blue C M Y K H S L
Decimal 8 118 140 0.94 0.16 0 0.45 190 0.89 0.29
Hex 8 76 8C 5E 10 0 2D BE 59 1D
Octal 10 166 214 136 20 0 55 276 131 35
Binary 1000 1110110 10001100 1011110 10000 0 101101 10111110 1011001 11101

Color Harmonies of #08768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08768C

Black with #08768C

Text Example


Text Example

White with #08768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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