Html Css Color HEX #08877C Teal

📋 copy color: '#08877C'

red 8 ◦ green 135 ◦ blue 124

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

Shades of Teal #08877C

Tints of Teal #08877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.56%

 BLUE value IS 124 (48.83% from 255) = 46.44%

R = 3%
G = 50.56%
B = 46.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#08877C (or 0x08877C) is known color: Teal. HEX triplet: 08, 87 and 7C. RGB value is (8,135,124). Sum of RGB (Red+Green+Blue) = 8+135+124=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #08877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08877C is #F77883. Grayscale: #5F5F5F. Windows color (decimal): -16218244 or 8161032. OLE color: 8161032.

HSL color Cylindrical-coordinate representation of color #08877C: hue angle of 174.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08877C is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 135 124 -
CMYK 0.94 0 0.08 0.47
HSL 174.8º 0.89% 0.28% -
HSV(B) 174.8º 0.94% 0.53% -
XYZ 12.4 18.83 22.05 -
YUV 95.77 143.92 65.39 -
System Red Green Blue C M Y K H S L
Decimal 8 135 124 0.94 0 0.08 0.47 174.8 0.89 0.28
Hex 8 87 7C 5E 0 8 2F AF 59 1C
Octal 10 207 174 136 0 10 57 257 131 34
Binary 1000 10000111 1111100 1011110 0 1000 101111 10101111 1011001 11100

Color Harmonies of #08877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08877C

Black with #08877C

Text Example


Text Example

White with #08877C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,135,124); }

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

background-color css

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

 a { background-color: rgb(8,135,124); }

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

border-color css

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

 span { border-color: rgb(8,135,124); }

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