Html Css Color HEX #08788D Teal

📋 copy color: '#08788D'

red 8 ◦ green 120 ◦ blue 141

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

Shades of Teal #08788D

Tints of Teal #08788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

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

R = 2.97%
G = 44.61%
B = 52.42%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08788D (or 0x08788D) is known color: Teal. HEX triplet: 08, 78 and 8D. RGB value is (8,120,141). Sum of RGB (Red+Green+Blue) = 8+120+141=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #08788D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08788D is #F78772. Grayscale: #585858. Windows color (decimal): -16222067 or 9271304. OLE color: 9271304.

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

Color convert

RGB 8 120 141 -
CMYK 0.94 0.15 0 0.45
HSL 189.47º 0.89% 0.29% -
HSV(B) 189.47º 0.94% 0.55% -
XYZ 11.62 15.41 27.56 -
YUV 88.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 8 120 141 0.94 0.15 0 0.45 189.47 0.89 0.29
Hex 8 78 8D 5E F 0 2D BD 59 1D
Octal 10 170 215 136 17 0 55 275 131 35
Binary 1000 1111000 10001101 1011110 1111 0 101101 10111101 1011001 11101

Color Harmonies of #08788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08788D

Black with #08788D

Text Example


Text Example

White with #08788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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