Html Css Color HEX #08857F Teal

📋 copy color: '#08857F'

red 8 ◦ green 133 ◦ blue 127

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

Shades of Teal #08857F

Tints of Teal #08857F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.39%

R = 2.99%
G = 49.63%
B = 47.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#08857F (or 0x08857F) is known color: Teal. HEX triplet: 08, 85 and 7F. RGB value is (8,133,127). Sum of RGB (Red+Green+Blue) = 8+133+127=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #08857F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08857F is #F77A80. Grayscale: #5E5E5E. Windows color (decimal): -16218753 or 8357128. OLE color: 8357128.

HSL color Cylindrical-coordinate representation of color #08857F: hue angle of 177.12º 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 #08857F is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 133 127 -
CMYK 0.94 0 0.05 0.48
HSL 177.12º 0.89% 0.28% -
HSV(B) 177.12º 0.94% 0.52% -
XYZ 12.32 18.36 22.97 -
YUV 94.94 146.09 65.99 -
System Red Green Blue C M Y K H S L
Decimal 8 133 127 0.94 0 0.05 0.48 177.12 0.89 0.28
Hex 8 85 7F 5E 0 5 30 B1 59 1C
Octal 10 205 177 136 0 5 60 261 131 34
Binary 1000 10000101 1111111 1011110 0 101 110000 10110001 1011001 11100

Color Harmonies of #08857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08857F

Black with #08857F

Text Example


Text Example

White with #08857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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