Html Css Color HEX #08847F Teal

📋 copy color: '#08847F'

red 8 ◦ green 132 ◦ blue 127

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

Shades of Teal #08847F

Tints of Teal #08847F

RGB

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

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

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

R = 3%
G = 49.44%
B = 47.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.48

RGB Variations

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

Color information

#08847F (or 0x08847F) is known color: Teal. HEX triplet: 08, 84 and 7F. RGB value is (8,132,127). Sum of RGB (Red+Green+Blue) = 8+132+127=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #08847F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08847F is #F77B80. Grayscale: #5E5E5E. Windows color (decimal): -16219009 or 8356872. OLE color: 8356872.

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

Color convert

RGB 8 132 127 -
CMYK 0.94 0 0.04 0.48
HSL 177.58º 0.89% 0.27% -
HSV(B) 177.58º 0.94% 0.52% -
XYZ 12.18 18.09 22.93 -
YUV 94.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 8 132 127 0.94 0 0.04 0.48 177.58 0.89 0.27
Hex 8 84 7F 5E 0 4 30 B2 59 1B
Octal 10 204 177 136 0 4 60 262 131 33
Binary 1000 10000100 1111111 1011110 0 100 110000 10110010 1011001 11011

Color Harmonies of #08847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08847F

Black with #08847F

Text Example


Text Example

White with #08847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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