Html Css Color HEX #08718C Teal

📋 copy color: '#08718C'

red 8 ◦ green 113 ◦ blue 140

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

Shades of Teal #08718C

Tints of Teal #08718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.3%

 BLUE value IS 140 (55.08% from 255) = 53.64%

R = 3.07%
G = 43.3%
B = 53.64%

CMYK

 C value IS 0.94

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08718C (or 0x08718C) is known color: Teal. HEX triplet: 08, 71 and 8C. RGB value is (8,113,140). Sum of RGB (Red+Green+Blue) = 8+113+140=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 140 (55.08% from 255 or 53.64% from 261); Max value from RGB is 140 - color contains mainly: blue. Hex color #08718C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08718C is #F78E73. Grayscale: #545454. Windows color (decimal): -16223860 or 9203976. OLE color: 9203976.

HSL color Cylindrical-coordinate representation of color #08718C: hue angle of 192.27º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08718C is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 113 140 -
CMYK 0.94 0.19 0 0.45
HSL 192.27º 0.89% 0.29% -
HSV(B) 192.27º 0.94% 0.55% -
XYZ 10.74 13.76 26.9 -
YUV 84.68 159.21 73.3 -
System Red Green Blue C M Y K H S L
Decimal 8 113 140 0.94 0.19 0 0.45 192.27 0.89 0.29
Hex 8 71 8C 5E 13 0 2D C0 59 1D
Octal 10 161 214 136 23 0 55 300 131 35
Binary 1000 1110001 10001100 1011110 10011 0 101101 11000000 1011001 11101

Color Harmonies of #08718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08718C

Black with #08718C

Text Example


Text Example

White with #08718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08718C; }

 p { color: rgb(8,113,140); }

 H1.HeaderClassName
 {
   color: #08718C;
 }
 .AnyTagClassName
 {
   color: #08718C;
 }
</style>

background-color css

<style>
 a { background-color: #08718C; }

 a { background-color: rgb(8,113,140); }

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

border-color css

<style>
 span { border-color: #08718C; }

 span { border-color: rgb(8,113,140); }

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