Html Css Color HEX #08788C Teal

📋 copy color: '#08788C'

red 8 ◦ green 120 ◦ blue 140

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

Shades of Teal #08788C

Tints of Teal #08788C

RGB

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

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

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

R = 2.99%
G = 44.78%
B = 52.24%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08788C (or 0x08788C) is known color: Teal. HEX triplet: 08, 78 and 8C. RGB value is (8,120,140). Sum of RGB (Red+Green+Blue) = 8+120+140=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #08788C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08788C is #F78773. Grayscale: #585858. Windows color (decimal): -16222068 or 9205768. OLE color: 9205768.

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

Color convert

RGB 8 120 140 -
CMYK 0.94 0.14 0 0.45
HSL 189.09º 0.89% 0.29% -
HSV(B) 189.09º 0.94% 0.55% -
XYZ 11.55 15.38 27.17 -
YUV 88.79 156.89 70.37 -
System Red Green Blue C M Y K H S L
Decimal 8 120 140 0.94 0.14 0 0.45 189.09 0.89 0.29
Hex 8 78 8C 5E E 0 2D BD 59 1D
Octal 10 170 214 136 16 0 55 275 131 35
Binary 1000 1111000 10001100 1011110 1110 0 101101 10111101 1011001 11101

Color Harmonies of #08788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08788C

Black with #08788C

Text Example


Text Example

White with #08788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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