Html Css Color HEX #08798E Teal

📋 copy color: '#08798E'

red 8 ◦ green 121 ◦ blue 142

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

Shades of Teal #08798E

Tints of Teal #08798E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

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

R = 2.95%
G = 44.65%
B = 52.4%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08798E (or 0x08798E) is known color: Teal. HEX triplet: 08, 79 and 8E. RGB value is (8,121,142). Sum of RGB (Red+Green+Blue) = 8+121+142=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #08798E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08798E is #F78671. Grayscale: #595959. Windows color (decimal): -16221810 or 9337096. OLE color: 9337096.

HSL color Cylindrical-coordinate representation of color #08798E: hue angle of 189.4º 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 #08798E is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 121 142 -
CMYK 0.94 0.15 0 0.44
HSL 189.4º 0.89% 0.29% -
HSV(B) 189.4º 0.94% 0.56% -
XYZ 11.82 15.68 27.99 -
YUV 89.61 157.56 69.79 -
System Red Green Blue C M Y K H S L
Decimal 8 121 142 0.94 0.15 0 0.44 189.4 0.89 0.29
Hex 8 79 8E 5E F 0 2C BD 59 1D
Octal 10 171 216 136 17 0 54 275 131 35
Binary 1000 1111001 10001110 1011110 1111 0 101100 10111101 1011001 11101

Color Harmonies of #08798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08798E

Black with #08798E

Text Example


Text Example

White with #08798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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