Html Css Color HEX #08737F Teal

📋 copy color: '#08737F'

red 8 ◦ green 115 ◦ blue 127

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

Shades of Teal #08737F

Tints of Teal #08737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46%

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

R = 3.2%
G = 46%
B = 50.8%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#08737F (or 0x08737F) is known color: Teal. HEX triplet: 08, 73 and 7F. RGB value is (8,115,127). Sum of RGB (Red+Green+Blue) = 8+115+127=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #08737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08737F is #F78C80. Grayscale: #545454. Windows color (decimal): -16223361 or 8352520. OLE color: 8352520.

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

Color convert

RGB 8 115 127 -
CMYK 0.94 0.09 0 0.50
HSL 186.05º 0.88% 0.26% -
HSV(B) 186.05º 0.94% 0.5% -
XYZ 10.06 13.85 22.22 -
YUV 84.38 152.05 73.52 -
System Red Green Blue C M Y K H S L
Decimal 8 115 127 0.94 0.09 0 0.50 186.05 0.88 0.26
Hex 8 73 7F 5E 9 0 32 BA 58 1A
Octal 10 163 177 136 11 0 62 272 130 32
Binary 1000 1110011 1111111 1011110 1001 0 110010 10111010 1011000 11010

Color Harmonies of #08737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08737F

Black with #08737F

Text Example


Text Example

White with #08737F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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