Html Css Color HEX #08837F Teal

📋 copy color: '#08837F'

red 8 ◦ green 131 ◦ blue 127

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

Shades of Teal #08837F

Tints of Teal #08837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.25%

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

R = 3.01%
G = 49.25%
B = 47.74%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#08837F (or 0x08837F) is known color: Teal. HEX triplet: 08, 83 and 7F. RGB value is (8,131,127). Sum of RGB (Red+Green+Blue) = 8+131+127=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #08837F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08837F is #F77C80. Grayscale: #5D5D5D. Windows color (decimal): -16219265 or 8356616. OLE color: 8356616.

HSL color Cylindrical-coordinate representation of color #08837F: hue angle of 178.05º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08837F is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 131 127 -
CMYK 0.94 0 0.03 0.49
HSL 178.05º 0.88% 0.27% -
HSV(B) 178.05º 0.94% 0.51% -
XYZ 12.05 17.82 22.88 -
YUV 93.77 146.75 66.83 -
System Red Green Blue C M Y K H S L
Decimal 8 131 127 0.94 0 0.03 0.49 178.05 0.88 0.27
Hex 8 83 7F 5E 0 3 31 B2 58 1B
Octal 10 203 177 136 0 3 61 262 130 33
Binary 1000 10000011 1111111 1011110 0 11 110001 10110010 1011000 11011

Color Harmonies of #08837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08837F

Black with #08837F

Text Example


Text Example

White with #08837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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