Html Css Color HEX #08847B Teal

📋 copy color: '#08847B'

red 8 ◦ green 132 ◦ blue 123

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

Shades of Teal #08847B

Tints of Teal #08847B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 46.77%

R = 3.04%
G = 50.19%
B = 46.77%

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

#08847B (or 0x08847B) is known color: Teal. HEX triplet: 08, 84 and 7B. RGB value is (8,132,123). Sum of RGB (Red+Green+Blue) = 8+132+123=263 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.04% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #08847B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08847B is #F77B84. Grayscale: #5D5D5D. Windows color (decimal): -16219013 or 8094728. OLE color: 8094728.

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

Color convert

RGB 8 132 123 -
CMYK 0.94 0 0.07 0.48
HSL 175.65º 0.89% 0.27% -
HSV(B) 175.65º 0.94% 0.52% -
XYZ 11.93 17.98 21.58 -
YUV 93.9 144.42 66.73 -
System Red Green Blue C M Y K H S L
Decimal 8 132 123 0.94 0 0.07 0.48 175.65 0.89 0.27
Hex 8 84 7B 5E 0 7 30 B0 59 1B
Octal 10 204 173 136 0 7 60 260 131 33
Binary 1000 10000100 1111011 1011110 0 111 110000 10110000 1011001 11011

Color Harmonies of #08847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08847B

Black with #08847B

Text Example


Text Example

White with #08847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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