Html Css Color HEX #08847C Teal

📋 copy color: '#08847C'

red 8 ◦ green 132 ◦ blue 124

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

Shades of Teal #08847C

Tints of Teal #08847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50%

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

R = 3.03%
G = 50%
B = 46.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#08847C (or 0x08847C) is known color: Teal. HEX triplet: 08, 84 and 7C. RGB value is (8,132,124). Sum of RGB (Red+Green+Blue) = 8+132+124=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #08847C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08847C is #F77B83. Grayscale: #5D5D5D. Windows color (decimal): -16219012 or 8160264. OLE color: 8160264.

HSL color Cylindrical-coordinate representation of color #08847C: hue angle of 176.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08847C is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 124 -
CMYK 0.94 0 0.06 0.48
HSL 176.13º 0.89% 0.27% -
HSV(B) 176.13º 0.94% 0.52% -
XYZ 11.99 18.01 21.91 -
YUV 94.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 8 132 124 0.94 0 0.06 0.48 176.13 0.89 0.27
Hex 8 84 7C 5E 0 6 30 B0 59 1B
Octal 10 204 174 136 0 6 60 260 131 33
Binary 1000 10000100 1111100 1011110 0 110 110000 10110000 1011001 11011

Color Harmonies of #08847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08847C

Black with #08847C

Text Example


Text Example

White with #08847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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