Html Css Color HEX #08768E Teal

📋 copy color: '#08768E'

red 8 ◦ green 118 ◦ blue 142

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

Shades of Teal #08768E

Tints of Teal #08768E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.99%

R = 2.99%
G = 44.03%
B = 52.99%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08768E (or 0x08768E) is known color: Teal. HEX triplet: 08, 76 and 8E. RGB value is (8,118,142). Sum of RGB (Red+Green+Blue) = 8+118+142=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #08768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08768E is #F78971. Grayscale: #575757. Windows color (decimal): -16222578 or 9336328. OLE color: 9336328.

HSL color Cylindrical-coordinate representation of color #08768E: hue angle of 190.75º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08768E is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 118 142 -
CMYK 0.94 0.17 0 0.44
HSL 190.75º 0.89% 0.29% -
HSV(B) 190.75º 0.94% 0.56% -
XYZ 11.46 14.96 27.87 -
YUV 87.85 158.56 71.05 -
System Red Green Blue C M Y K H S L
Decimal 8 118 142 0.94 0.17 0 0.44 190.75 0.89 0.29
Hex 8 76 8E 5E 11 0 2C BF 59 1D
Octal 10 166 216 136 21 0 54 277 131 35
Binary 1000 1110110 10001110 1011110 10001 0 101100 10111111 1011001 11101

Color Harmonies of #08768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08768E

Black with #08768E

Text Example


Text Example

White with #08768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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