Html Css Color HEX #08857C Teal

📋 copy color: '#08857C'

red 8 ◦ green 133 ◦ blue 124

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

Shades of Teal #08857C

Tints of Teal #08857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.19%

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

R = 3.02%
G = 50.19%
B = 46.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#08857C (or 0x08857C) is known color: Teal. HEX triplet: 08, 85 and 7C. RGB value is (8,133,124). Sum of RGB (Red+Green+Blue) = 8+133+124=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #08857C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08857C is #F77A83. Grayscale: #5E5E5E. Windows color (decimal): -16218756 or 8160520. OLE color: 8160520.

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

Color convert

RGB 8 133 124 -
CMYK 0.94 0 0.07 0.48
HSL 175.68º 0.89% 0.28% -
HSV(B) 175.68º 0.94% 0.52% -
XYZ 12.13 18.28 21.96 -
YUV 94.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 8 133 124 0.94 0 0.07 0.48 175.68 0.89 0.28
Hex 8 85 7C 5E 0 7 30 B0 59 1C
Octal 10 205 174 136 0 7 60 260 131 34
Binary 1000 10000101 1111100 1011110 0 111 110000 10110000 1011001 11100

Color Harmonies of #08857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08857C

Black with #08857C

Text Example


Text Example

White with #08857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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