Html Css Color HEX #08727F Teal

📋 copy color: '#08727F'

red 8 ◦ green 114 ◦ blue 127

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

Shades of Teal #08727F

Tints of Teal #08727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.78%

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

R = 3.21%
G = 45.78%
B = 51%

CMYK

 C value IS 0.94

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08727F (or 0x08727F) is known color: Teal. HEX triplet: 08, 72 and 7F. RGB value is (8,114,127). Sum of RGB (Red+Green+Blue) = 8+114+127=249 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.21% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #08727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08727F is #F78D80. Grayscale: #535353. Windows color (decimal): -16223617 or 8352264. OLE color: 8352264.

HSL color Cylindrical-coordinate representation of color #08727F: hue angle of 186.55º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08727F is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 8 114 127 -
CMYK 0.94 0.10 0 0.50
HSL 186.55º 0.88% 0.26% -
HSV(B) 186.55º 0.94% 0.5% -
XYZ 9.95 13.62 22.18 -
YUV 83.79 152.38 73.94 -
System Red Green Blue C M Y K H S L
Decimal 8 114 127 0.94 0.10 0 0.50 186.55 0.88 0.26
Hex 8 72 7F 5E A 0 32 BB 58 1A
Octal 10 162 177 136 12 0 62 273 130 32
Binary 1000 1110010 1111111 1011110 1010 0 110010 10111011 1011000 11010

Color Harmonies of #08727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08727F

Black with #08727F

Text Example


Text Example

White with #08727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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